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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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