Method | Description | |
---|---|---|
AddInteractions ( InteractionObjectPair iop, Sim actor, CommonDoor target, List |
||
CreateInstance ( InteractionInstanceParameters ¶meters ) : InteractionInstance | ||
Definition ( ) : NRaas.CommonSpace.Helpers | ||
Definition ( CommonDoor lockType ) : NRaas.CommonSpace.Helpers | ||
GetInteractionName ( Sim actor, CommonDoor target, InteractionObjectPair iop ) : string | ||
Test ( Sim a, CommonDoor target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool |
public AddInteractions ( InteractionObjectPair iop, Sim actor, CommonDoor target, List |
||
iop | InteractionObjectPair | |
actor | Sim | |
target | CommonDoor | |
results | List |
|
return | void |
public CreateInstance ( InteractionInstanceParameters ¶meters ) : InteractionInstance | ||
parameters | InteractionInstanceParameters | |
return | InteractionInstance |
public Definition ( ) : NRaas.CommonSpace.Helpers | ||
return | NRaas.CommonSpace.Helpers |
public Definition ( CommonDoor lockType ) : NRaas.CommonSpace.Helpers | ||
lockType | CommonDoor | |
return | NRaas.CommonSpace.Helpers |
public GetInteractionName ( Sim actor, CommonDoor target, InteractionObjectPair iop ) : string | ||
actor | Sim | |
target | CommonDoor | |
iop | InteractionObjectPair | |
return | string |
public Test ( Sim a, CommonDoor target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool | ||
a | Sim | |
target | CommonDoor | |
isAutonomous | bool | |
greyedOutTooltipCallback | GreyedOutTooltipCallback | |
return | bool |