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

Inherits CrossLink.Network.NetworkStateBase.

Public Member Functions

StabObject.StabInfo GetStabInfo (string indexStr)
 
void AddStabInfo (StabObject.StabInfo stabInfo)
 
void RemoveStabInfo (StabObject.StabInfo stabInfo)
 
override void OnStartServer ()
 
override void OnStartClient ()
 
void ServerInit ()
 
override void InitStates ()
 
override void OnStopServer ()
 
override void OnStopClient ()
 
void ServerAddAnchorState ()
 
void RpcAddAnchorState ()
 
void ServerRegAnchorState ()
 
void OnBuildStabServer (int geoIdx, uint stabColNetId, int stabColKey, uint colNetId, int colKey, Vector3 stabPos, Vector3 stabberPos, Vector3 entryDir, StabObject.StabInfo stabInfo, int? localStabIndex)
 
void RpcBuildStab (int geoIdx, uint stabColNetId, int stabColKey, uint colNetId, int colKey, Vector3 stabPos, Vector3 stabberPos, Vector3 entryDir, int? localStabIndex)
 
void LocalBuildStab (int geoIdx, uint stabColNetId, int stabColKey, uint colNetId, int colKey, Vector3 stabPos, Vector3 stabberPos, Vector3 entryDir, int? localStabIndex)
 
void OnBreakStabServer (StabObject.StabInfo stabInfo)
 
void OnBreakStabFromClient (string indexStr, uint playerNetId)
 
void RpcBreakStab (string indexStr)
 
void TargetBreakStab (NetworkConnectionToClient conn, string indexStr)
 
void LocalBreakStab (string indexStr)
 

Public Attributes

NetworkInteractBase networkIB
 
StabObject stabObject
 

Static Public Attributes

static SortedList< uint, NetworkStabObjectnetStabObjs = new SortedList<uint, NetworkStabObject>()
 

Protected Member Functions

override void Update ()
 
override void FixedUpdateClientLerp ()
 

Additional Inherited Members