Examples of describeStateToPlayer()


Examples of com.l2jfrozen.gameserver.ai.L2CharacterAI.describeStateToPlayer()

        L2Character obj = (L2Character) object;

        L2CharacterAI obj_ai = obj.getAI();
        if(obj_ai != null)
        {
          obj_ai.describeStateToPlayer(active_char);
        }

        obj = null;
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.