Package gwlpr.mapshard.entitysystem.events

Examples of gwlpr.mapshard.entitysystem.events.LostSightEvent


                    {
                        // 1) remove it from list
                        thisView.visibleAgents.remove(otherEntity);

                        // 2) trigger a OnLostSight event
                        trigger(new LostSightEvent(thisEntity, otherEntity));
                    }
                }
            }
        }
    }
View Full Code Here

TOP

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

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.