Difference between revisions of "IsChild"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
== | {{Function | ||
|origin = GECK1 | |||
|summary = Returns 1 if the Actor is a child. It is called on a reference and has no parameters. | |||
|name = IsChild | |||
= | |referenceType = [ActorRefID] | ||
|returnVal = 0, 1 | |||
[ | |returnType = int | ||
|example = if FredRef.IsChild | |||
= | }} | ||
if FredRef.IsChild | |||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 08:22, 11 January 2011
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns 1 if the Actor is a child. It is called on a reference and has no parameters.
Syntax
(0, 1:int) [ActorRefID].IsChild
Example
if FredRef.IsChild