Difference between revisions of "IsChild"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Ez0n3 |
||
(2 intermediate revisions by one other user not shown) | |||
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]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1.1)]] |
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