Method | Description | |
---|---|---|
Disengage ( IMemoryAPI fface ) : void |
Stop the character from fight the target
|
|
Engage ( IMemoryAPI fface ) : void |
Switches the player to attack mode on the current unit
|
|
Rest ( IMemoryAPI fface ) : void |
Makes the character rest
|
|
SetTarget ( IMemoryAPI fface, |
||
Stand ( IMemoryAPI fface ) : void |
Makes the character stop resting
|
|
StopRunning ( IMemoryAPI fface ) : void |
Method | Description | |
---|---|---|
SetTargetByTabbing ( IMemoryAPI fface, |
||
SetTargetUsingMemory ( IMemoryAPI fface, |
public static Disengage ( IMemoryAPI fface ) : void | ||
fface | IMemoryAPI | |
return | void |
public static Engage ( IMemoryAPI fface ) : void | ||
fface | IMemoryAPI | |
return | void |
public static Rest ( IMemoryAPI fface ) : void | ||
fface | IMemoryAPI | |
return | void |
public static SetTarget ( IMemoryAPI fface, |
||
fface | IMemoryAPI | |
target | ||
return | void |
public static Stand ( IMemoryAPI fface ) : void | ||
fface | IMemoryAPI | |
return | void |
public static StopRunning ( IMemoryAPI fface ) : void | ||
fface | IMemoryAPI | |
return | void |