SampSharp
SampSharp
SampSharp.GameMode.World
PlayerObject Class
PlayerObject Constructor
PlayerObject Constructor
PlayerObject Constructor (BasePlayer, Int32, Vector3, Vector3)
PlayerObject Constructor (BasePlayer, Int32, Vector3, Vector3, Single)
PlayerObject Constructor (BasePlayer, Int32, Vector3, Vector3)
Initializes a new instance of the
PlayerObject
class.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
PlayerObject
(
BasePlayer
owner
,
int
modelid
,
Vector3
position
,
Vector3
rotation
)
Parameters
owner
Type:
SampSharp.GameMode.World
BasePlayer
The owner.
modelid
Type:
System
Int32
The modelid.
position
Type:
SampSharp.GameMode
Vector3
The position.
rotation
Type:
SampSharp.GameMode
Vector3
The rotation.
See Also
Reference
PlayerObject Class
PlayerObject Overload
SampSharp.GameMode.World Namespace