Click or drag to resize

PlayerGetAnimationName Method

Get the animation library/name this player is playing.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public bool GetAnimationName(
	out string animationLibrary,
	out string animationName
)

Parameters

animationLibrary
Type: SystemString
String variable that stores the animation library.
animationName
Type: SystemString
String variable that stores the animation name.

Return Value

Type: Boolean
True on success, False otherwise.
See Also