Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions
com.linxonline.mallet.event.EventFilter Interface Reference

List of all members.

Public Member Functions

ArrayList< Eventfilter (final EventMessenger _messenger, ArrayList< Event > _populate)

Member Function Documentation

ArrayList<Event> com.linxonline.mallet.event.EventFilter.filter ( final EventMessenger  _messenger,
ArrayList< Event _populate 
)

Filter the events into an optimised array.

returns optimised array, _populate if defined should be filled with optimised events, else create a new array and return that.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables