setBounds( <width>, <height> )
Module: Entity
Summary:
Sets the bounds of a model
Example:
model setBounds(16, 16);
Required Args:
1 : <width> Width of the bounds
2 : <height> Height of the bounds