메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
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 GetAllNpc ( ushort pid, CritterArray npc ) : uint | ||
pid | ushort | |
npc | CritterArray | |
리턴 | uint |
public GetCrittersDistantion ( |
||
cr1 | ||
cr2 | ||
리턴 | uint |
public SetChosenSendParameter ( int index, bool enabled ) : void | ||
index | int | |
enabled | bool | |
리턴 | void |
public SetParameterChangeBehaviour ( uint index, Action |
||
index | uint | |
func | Action |
|
리턴 | bool |
public SetParameterChangeBehaviour ( uint index, string func_name ) : bool | ||
index | uint | |
func_name | string | |
리턴 | bool |
public SetParameterGetBehaviour ( uint index, Func |
||
index | uint | |
func | Func |
|
리턴 | bool |
public SetParameterGetBehaviour ( uint index, string func_name ) : bool | ||
index | uint | |
func_name | string | |
리턴 | bool |
public SetRegistrationParameter ( uint index, bool enabled ) : void | ||
index | uint | |
enabled | bool | |
리턴 | void |
public SetSendParameter ( int index, bool enabled ) : void | ||
index | int | |
enabled | bool | |
리턴 | void |
public SetSendParameter ( int index, bool enabled, string allow_func ) : void | ||
index | int | |
enabled | bool | |
allow_func | string | |
리턴 | void |
public SwapCritters ( |
||
cr1 | ||
cr2 | ||
with_inv | bool | |
with_vars | bool | |
리턴 | bool |