示例#1
0
 public static int ApplyAnimationForPlayer(BasePlayer player, BasePlayer animPlayer, string animLib, string animName, float fDelta, bool loop, bool lockX, bool lockY, bool freeze, int time)
 {
     return(Internal.ApplyAnimationForPlayer(player.Id, animPlayer.Id, animLib, animName, fDelta, loop, lockX, lockY, freeze, time));
 }