Method | Description | |
---|---|---|
Draw ( ) : void |
Calls the object selector
|
|
DrawEntBox ( Entity e, |
Draws a box around the specified entity
|
|
KeyPress ( object sender, |
Handles keypresses, should be called from the scripts KeyDown event
|
|
ObjectSelector ( ) : System.Collections.Generic |
Creates an ObjectSelector
|
|
Tick ( ) : void |
This method should be called each tick
|
Method | Description | |
---|---|---|
DrawEntity ( Entity e ) : void |
Draw a specified entity
|
|
DrawEnts ( ) : void |
Draw all the entities we can see
|
|
GetNextEntity ( ) : Entity |
Gets the next entity in the object selector
|
|
HandleMouse ( ) : void |
Handles mouse/rightjoystick input
|
|
SelectObject ( bool click = false, bool alt = false ) : void |
Choose the currently select entity
|
public DrawEntBox ( Entity e, |
||
e | Entity | The entity to draw around |
c | The box color | |
return | void |
public KeyPress ( object sender, |
||
sender | object | The object sending the event |
e | The event arguments | |
return | void |
public ObjectSelector ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |