Method | Description | |
---|---|---|
CreatePlane ( ) : |
||
DeleteNpc ( |
||
FromNative ( |
||
GetAllNpc ( ushort pid, CritterArray npc ) : uint | ||
GetCritter ( uint id ) : |
||
GetCrittersDistantion ( |
||
IsCritterAnim1 ( uint cr_type ) : bool | ||
IsCritterCanAim ( uint cr_type ) : bool | ||
IsCritterCanArmor ( uint cr_type ) : bool | ||
IsCritterCanRotate ( uint cr_type ) : bool | ||
IsCritterCanRun ( uint cr_type ) : bool | ||
IsCritterCanWalk ( uint cr_type ) : bool | ||
SetChosenSendParameter ( int index, bool enabled ) : void | ||
SetParameterChangeBehaviour ( uint index, Action |
||
SetParameterChangeBehaviour ( uint index, string func_name ) : bool | ||
SetParameterGetBehaviour ( uint index, Func |
||
SetParameterGetBehaviour ( uint index, string func_name ) : bool | ||
SetRegistrationParameter ( uint index, bool enabled ) : void | ||
SetSendParameter ( int index, bool enabled ) : void | ||
SetSendParameter ( int index, bool enabled, string allow_func ) : void | ||
SwapCritters ( |
Method | Description | |
---|---|---|
Crit_FromNative ( |
||
Global_CreatePlane ( ) : |
||
Global_DeleteNpc ( |
||
Global_GetAllNpc ( ushort pid, |
||
Global_GetCritter ( uint id ) : |
||
Global_GetCrittersDistantion ( |
||
Global_IsCritterAnim1 ( uint cr_type ) : bool | ||
Global_IsCritterCanAim ( uint cr_type ) : bool | ||
Global_IsCritterCanArmor ( uint cr_type ) : bool | ||
Global_IsCritterCanRotate ( uint cr_type ) : bool | ||
Global_IsCritterCanRun ( uint cr_type ) : bool | ||
Global_IsCritterCanWalk ( uint cr_type ) : bool | ||
Global_SetChosenSendParameter ( int index, bool enabled ) : void | ||
Global_SetParameterChangeBehaviour ( uint index, |
||
Global_SetParameterGetBehaviour ( uint index, |
||
Global_SetRegistrationParam ( uint index, bool enabled ) : void | ||
Global_SetSendParameter ( int index, bool enabled ) : void | ||
Global_SetSendParameterFunc ( int index, bool enabled, |
||
Global_SwapCritters ( |
public FromNative ( |
||
ptr | ||
return |
public GetAllNpc ( ushort pid, CritterArray npc ) : uint | ||
pid | ushort | |
npc | CritterArray | |
return | uint |
public GetCrittersDistantion ( |
||
cr1 | ||
cr2 | ||
return | uint |
public IsCritterAnim1 ( uint cr_type ) : bool | ||
cr_type | uint | |
return | bool |
public IsCritterCanAim ( uint cr_type ) : bool | ||
cr_type | uint | |
return | bool |
public IsCritterCanArmor ( uint cr_type ) : bool | ||
cr_type | uint | |
return | bool |
public IsCritterCanRotate ( uint cr_type ) : bool | ||
cr_type | uint | |
return | bool |
public IsCritterCanRun ( uint cr_type ) : bool | ||
cr_type | uint | |
return | bool |
public IsCritterCanWalk ( uint cr_type ) : bool | ||
cr_type | uint | |
return | bool |
public SetChosenSendParameter ( int index, bool enabled ) : void | ||
index | int | |
enabled | bool | |
return | void |
public SetParameterChangeBehaviour ( uint index, Action |
||
index | uint | |
func | Action |
|
return | bool |
public SetParameterChangeBehaviour ( uint index, string func_name ) : bool | ||
index | uint | |
func_name | string | |
return | bool |
public SetParameterGetBehaviour ( uint index, Func |
||
index | uint | |
func | Func |
|
return | bool |
public SetParameterGetBehaviour ( uint index, string func_name ) : bool | ||
index | uint | |
func_name | string | |
return | bool |
public SetRegistrationParameter ( uint index, bool enabled ) : void | ||
index | uint | |
enabled | bool | |
return | void |
public SetSendParameter ( int index, bool enabled ) : void | ||
index | int | |
enabled | bool | |
return | void |
public SetSendParameter ( int index, bool enabled, string allow_func ) : void | ||
index | int | |
enabled | bool | |
allow_func | string | |
return | void |
public SwapCritters ( |
||
cr1 | ||
cr2 | ||
with_inv | bool | |
with_vars | bool | |
return | bool |