Battle Talent  V11
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
CrossLink.Network.NetworkModifierMgr Class Reference

Inherits CrossLink.Network.NetworkStateBase.

Public Member Functions

void ServerSetJumpCount (int value)
 
void ServerSetMaxHp (float value)
 
void ServerSetMaxMp (float value)
 
override void OnStartServer ()
 
override void OnStopServer ()
 
override void OnStartClient ()
 
override void OnStopClient ()
 
override void InitStates ()
 
void CharacterInitModifier (InteractCharacter character)
 
void ClientSetJumpCount (int value)
 
void ClientSetMaxHp (float value)
 
void ClientSetMaxMp (float value)
 
void ServerApplyModifier (string mod, bool apply, bool styleMod)
 
void RpcApplyModifier (string mod, bool apply, bool styleMod)
 

Public Attributes

NetworkState< int > jumpCount
 
NetworkState< float > maxHp
 
NetworkState< float > maxMp
 
int localJumpCount = 1
 

Static Public Attributes

static NetworkModifierMgr Instance
 

Properties

int GetJumpCount [get]
 
float GetMaxHp [get]
 
float GetMaxMp [get]
 

Additional Inherited Members