SampSharp
SampSharp
SampSharp.GameMode.World
Actor Class
Actor Methods
ApplyAnimation Method
ClearAnimations Method
Create Method
Dispose Method
IsStreamedIn Method
OnPlayerGiveDamage Method
OnStreamIn Method
OnStreamOut Method
Actor
Create Method
Creates a new
Actor
.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
static
Actor
Create
(
int
modelid
,
Vector3
position
,
float
rotation
)
Parameters
modelid
Type:
System
Int32
The modelid.
position
Type:
SampSharp.GameMode
Vector3
The position.
rotation
Type:
System
Single
The rotation.
Return Value
Type:
Actor
The instance of the actor.
See Also
Reference
Actor Class
SampSharp.GameMode.World Namespace