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
Syntaxpublic 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:
BooleanTrue on success, False otherwise.
See Also