Difference between revisions of "HasLoaded3D"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Gribbleshnibit8
(Converted to function template)
 
Line 1: Line 1:
=='''Description'''==
{{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
}}


=='''Syntax'''==
Ref.HasLoaded3D
HasLoaded3D




[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[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

[help]
(0, 1:bool) HasLoaded3D

Example

Ref.HasLoaded3D
HasLoaded3D