Click or drag to resize

ActorActorInternalApplyActorAnimation Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool ApplyActorAnimation(
	int actorid,
	string animlib,
	string animname,
	float fDelta,
	bool loop,
	bool lockx,
	bool locky,
	bool freeze,
	int time
)

Parameters

actorid
Type: SystemInt32

[Missing <param name="actorid"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

animlib
Type: SystemString

[Missing <param name="animlib"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

animname
Type: SystemString

[Missing <param name="animname"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

fDelta
Type: SystemSingle

[Missing <param name="fDelta"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

loop
Type: SystemBoolean

[Missing <param name="loop"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

lockx
Type: SystemBoolean

[Missing <param name="lockx"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

locky
Type: SystemBoolean

[Missing <param name="locky"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

freeze
Type: SystemBoolean

[Missing <param name="freeze"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

time
Type: SystemInt32

[Missing <param name="time"/> documentation for "M:SampSharp.GameMode.World.Actor.ActorInternal.ApplyActorAnimation(System.Int32,System.String,System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

Return Value

Type: Boolean
See Also