Property | Type | Description | |
---|---|---|---|
AddChild | void | ||
MoveChild | void | ||
RemoveChild | void |
Method | Description | |
---|---|---|
Destruct ( ) : void | ||
OkToAddChild ( |
||
OkToMoveChild ( |
||
SendTo ( IPlayer player, ObjectVisibility visibility ) : void |
Method | Description | |
---|---|---|
ContainerObject ( ObjectType objectType ) : System | ||
ContainerObject ( SaveGameContext ctx, ObjectType objectType ) : System | ||
OnChildAdded ( |
||
OnChildMoved ( |
||
OnChildRemoved ( |
Method | Description | |
---|---|---|
AddChild ( |
||
MoveChild ( |
||
RemoveChild ( |
protected ContainerObject ( ObjectType objectType ) : System | ||
objectType | ObjectType | |
return | System |
protected ContainerObject ( SaveGameContext ctx, ObjectType objectType ) : System | ||
ctx | SaveGameContext | |
objectType | ObjectType | |
return | System |
public OkToAddChild ( |
||
ob | ||
dstLoc | IntVector3 | |
return | bool |
public OkToMoveChild ( |
||
ob | ||
dir | Direction | |
dstLoc | IntVector3 | |
return | bool |
protected OnChildAdded ( |
||
child | ||
return | void |
protected OnChildMoved ( |
||
child | ||
srcLoc | IntVector3 | |
dstLoc | IntVector3 | |
return | void |
protected OnChildRemoved ( |
||
child | ||
return | void |
public SendTo ( IPlayer player, ObjectVisibility visibility ) : void | ||
player | IPlayer | |
visibility | ObjectVisibility | |
return | void |