Enum GvarType¶
Defined in File haloscript.h
Enum Documentation¶
-
enum
BlamScript::Globals::GvarType¶ Enumerator for the type of global variable.
Values:
-
Boolean¶ Represents a boolean. Can be true or false.
-
Real¶ Unknown. Referenced within the
hs_docfrom Halo 2 Sapien.
-
Short¶ Represents a
short.
-
Long¶ Represents a
long.
-
Object¶ Unknown. Referenced within the
hs_docfrom Halo 2 Sapien.
-
String¶ Represents a
std::string.
-
Int¶ Represents an
int.
-
Float¶ Represents a
float.
-