Difference between revisions of "VARIABLE TYPE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated constant article)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
Line 118: Line 117:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:VARIABLE_TYPE* constants]]
+
[[Category:Constants]]

Latest revision as of 12:36, 3 August 2011

Source: script.ldf
Constant name Type Value Description Source
VARIABLE_TYPE_ALL int 4294967295 script.ldf
VARIABLE_TYPE_COMMAND int 256 script.ldf
VARIABLE_TYPE_DATASET int 64 script.ldf
VARIABLE_TYPE_EFFECT int 512 script.ldf
VARIABLE_TYPE_EVENT int 128 script.ldf
VARIABLE_TYPE_FLOAT int 2 script.ldf
VARIABLE_TYPE_INTEGER int 1 script.ldf
VARIABLE_TYPE_INVALID int 0 script.ldf
VARIABLE_TYPE_ITEMPROPERTY int 1024 script.ldf
VARIABLE_TYPE_LOCATION int 16 script.ldf
VARIABLE_TYPE_OBJECT int 8 script.ldf
VARIABLE_TYPE_PLAYER int 32 script.ldf
VARIABLE_TYPE_STRING int 4 script.ldf