Click or drag to resize

BasePlayer Properties

The BasePlayer type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets or sets the facing angle of this Player.
Public propertyAnimationIndex
Gets the index of the animation this Player is playing.
Public propertyArmour
Gets or sets the armor of this Player.
Public propertyBytesReceived
Get the amount of information (in bytes) that the server has sent to the player.
Public propertyBytesSent
Get the amount of information (in bytes) that the server has received from the player.
Public propertyCameraFrontVector
Gets the front Vector3 of this Player's camera.
Public propertyCameraMode
Gets the mode of this Player's camera.
Public propertyCameraPosition
Gets or sets the position of the camera of this Players.
Public propertyCameraTargetActor
Gets the GtaPlayer the camera of this player is pointing at.
Public propertyCameraTargetGlobalObject
Gets the GlobalObject the camera of this player is pointing at.
Public propertyCameraTargetPlayer
Gets the GtaPlayer the camera of this player is pointing at.
Public propertyCameraTargetPlayerObject
Gets the PlayerObject the camera of this player is pointing at.
Public propertyCameraTargetVehicle
Gets the GtaVehicle the camera of this player is pointing at.
Public propertyColor
Gets or sets the Color of this Player.
Public propertyConnectedTime
Gets the amount of time (in milliseconds) that a player has been connected to the server for.
Public propertyConnectionStatus
Get a player's connection status.
Public propertyStatic memberDefaultClientMessageColor
Gets or sets the default color of a client message.
Public propertyDrunkLevel
Gets or sets the drunkenness level of this Player.
Public propertyFightStyle
Gets or sets the FightStyle of this Player.
Public propertyGPCI
Gets this Player's GPCI string.
Public propertyHealth
Gets or sets the health of this Player.
Public propertyId
Gets the identifier of this instance.
(Inherited from IdentifiedPoolTInstance.)
Public propertyInAnyVehicle
Gets whether this Player is currently in any vehicle.
Public propertyInCheckpoint
Gets whether this Player is in his checkpoint.
Public propertyInRaceCheckpoint
Gets whether this Player is in his race-checkpoint.
Public propertyInterior
Gets or sets the interior of this Player.
Public propertyIP
Gets the IP of this Player.
Public propertyIsAdmin
Gets whether this Player is logged into RCON.
Public propertyIsAlive
Gets a value indicating whether this Player is alive.
Public propertyIsConnected
Gets whether this Player is connected to the server.
Public propertyIsDisposed
Gets whether this resource has been disposed.
(Inherited from Disposable.)
Public propertyIsNPC
Gets whether this Player is an actual player or an NPC.
Public propertyIsSelectingTextDraw
Gets a value indicating whether this player is selecting a textdraw.
Public propertyKey
Gets a set of KeyHandlers for different key states.
Public propertyMessagesReceived
Gets the number of messages the server has received from the player.
Public propertyMessagesReceivedPerSecond
Gets the number of messages the player has received in the last second.
Public propertyMessagesSent
Gets the number of messages the server has sent to the player.
Public propertyMoney
Gets or sets the money of this Player.
Public propertyName
Gets or sets the name of this Player.
Public propertyNetworkStats Obsolete.
Gets this Player's network stats and saves them into a string.
Public propertyPacketLossPercent Obsolete.
Gets the packet loss percentage of a player. Packet loss means data the player is sending to the server is being lost (or vice-versa).
Public propertyPing
Gets the ping of this Player.
Public propertyStatic memberPoolSize
Gets the size of the players pool.
Public propertyPosition
Gets or sets the position of this Player.
Public propertyPVars
Gets a collections of Player Variables of this Player.
Public propertyRotation
Gets or sets the rotation of this Player.
Public propertyScore
Gets or sets the score of this Player.
Public propertySkin
Gets or sets the skin of this Player.
Public propertySpecialAction
Gets or sets the SpecialAction of this Player.
Public propertyState
Gets the state of this Player.
Public propertySurfingGlobalObject
Gets the GlobalObject that this Player is surfing.
Public propertySurfingPlayerObject
Gets the PlayerObject that this Player is surfing.
Public propertySurfingVehicle
Gets the Vehicle that this Player is surfing.
Public propertyTargetActor
Gets the Actor this Player is aiming at.
Public propertyTargetPlayer
Gets the Player this Player is aiming at.
Public propertyTeam
Gets or sets the team this Player is in.
Public propertyVehicle
Gets the Vehicle this Player is currently in.
Public propertyVehicleSeat
Gets the vehicle seat this Player sits on.
Public propertyVelocity
Gets or sets the velocity of this Player.
Public propertyVersion
Gets this Player's game version.
Public propertyVirtualWorld
Gets or sets the virtual world of this Player.
Public propertyWantedLevel
Gets or sets the wanted level of this Player.
Public propertyWeapon
Gets the Weapon this Player is currently holding.
Public propertyWeaponAmmo
Gets the ammo of the Weapon this Player is currently holding.
Public propertyWeaponState
Gets the WeaponState of the Weapon this Player is currently holding.
Top
See Also