Package gwlpr.mapshard.entitysystem.events

Examples of gwlpr.mapshard.entitysystem.events.CanSeeEvent


                    {
                        // 1) add it to the list
                        thisView.visibleAgents.add(otherEntity);

                        // 2) trigger a OnCanSee event
                        trigger(new CanSeeEvent(thisEntity, otherEntity));
                    }
                }
                // if this entity cannot see the other one:
                else
                {
View Full Code Here

TOP

Related Classes of gwlpr.mapshard.entitysystem.events.CanSeeEvent

Copyright © 2018 www.massapicom. 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.