The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
BlockCnt Struct Reference

Public Attributes

struct BlockCntprevious
 
short firstlabel
 
short firstgoto
 
lu_byte nactvar
 
lu_byte upval
 
lu_byte isloop
 

Detailed Description

Definition at line 41 of file lparser.cpp.

Member Data Documentation

short BlockCnt::firstgoto

Definition at line 44 of file lparser.cpp.

Referenced by enterblock(), findgotos(), leaveblock(), and movegotosout().

short BlockCnt::firstlabel

Definition at line 43 of file lparser.cpp.

Referenced by checkrepeated(), enterblock(), findlabel(), and leaveblock().

lu_byte BlockCnt::isloop

Definition at line 47 of file lparser.cpp.

Referenced by enterblock(), and leaveblock().

lu_byte BlockCnt::nactvar

Definition at line 45 of file lparser.cpp.

Referenced by enterblock(), labelstat(), leaveblock(), markupval(), movegotosout(), and repeatstat().

struct BlockCnt* BlockCnt::previous

Definition at line 42 of file lparser.cpp.

Referenced by enterblock(), leaveblock(), and markupval().

lu_byte BlockCnt::upval

Definition at line 46 of file lparser.cpp.

Referenced by enterblock(), findlabel(), leaveblock(), markupval(), movegotosout(), and repeatstat().


The documentation for this struct was generated from the following file: