Difference between revisions of "HasLoaded3D"
Jump to navigation
Jump to search
imported>Quarn |
imported>Gribbleshnibit8 (Converted to function template) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== | {{Function | ||
Returns 1 if the calling reference currently has 3D loaded. | |origin = GECK1 | ||
|summary = Returns 1 if the calling reference currently has 3D loaded. | |||
|name = HasLoaded3D | |||
|returnVal = 0, 1 | |||
|returnType = bool | |||
|example = Ref.HasLoaded3D | |||
HasLoaded3D | |||
}} | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] |
Latest revision as of 11:43, 25 April 2015
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns 1 if the calling reference currently has 3D loaded.
Syntax
(0, 1:bool) HasLoaded3D
Example
Ref.HasLoaded3D HasLoaded3D