C# Class SkylinesMultiplayer.MessagePlayerHookUsed

Inheritance: Message
Show file Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Public Properties

Property Type Description
hookPosition Vector3
playerId int

Public Methods

Method Description
OnCalled ( Message msg, NetIncomingMessage netMsg = null ) : void

Method Details

OnCalled() public method

public OnCalled ( Message msg, NetIncomingMessage netMsg = null ) : void
msg Message
netMsg Lidgren.Network.NetIncomingMessage
return void

Property Details

hookPosition public property

public Vector3 hookPosition
return Vector3

playerId public property

public int playerId
return int