Difference between revisions of "IsChild"

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>Ez0n3
 
Line 1: Line 1:
=='''Description'''==
{{Function
 
|origin = GECK1
'''*IsChild''' Indicates if an Actor is a child.  It is called on a reference and has no parameters.
|summary = Returns 1 if the Actor is a child.  It is called on a reference and has no parameters.
 
|name = IsChild
=='''Syntax'''==
  |referenceType = [ActorRefID]
 
|returnVal = 0, 1
  [''ActorREF''.]IsChild
|returnType = int
 
  |example = if FredRef.IsChild
=='''Examples'''==
}}
 
  if FredRef.IsChild
 
=='''Notes'''==
*None at this time
 
 
=='''See Also'''==
 
 
=='''Reference'''==
None provided.
<!-- [[IsChild_Reference|List of functions that use IsChild]]  (wiki) -->


[[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

[help]
(0, 1:int) [ActorRefID].IsChild

Example

if FredRef.IsChild