Scripting Module Prop Field Peer. More...
#include <deBaseScriptingPropField.h>
Public Member Functions | |
Constructors and Destructors | |
| deBaseScriptingPropField () | |
| Creates a new peer. | |
| virtual | ~deBaseScriptingPropField () |
| Cleans up the peer. | |
Notifications | |
| virtual void | CreateInstances (float density) |
| Requests the game scripts to fill the prop field with instances. | |
Scripting Module Prop Field Peer.
Scripting module peer for a prop field.
| deBaseScriptingPropField::deBaseScriptingPropField | ( | ) |
Creates a new peer.
| virtual deBaseScriptingPropField::~deBaseScriptingPropField | ( | ) | [virtual] |
Cleans up the peer.
| virtual void deBaseScriptingPropField::CreateInstances | ( | float | density ) | [virtual] |
Requests the game scripts to fill the prop field with instances.
The density indicates the percentage of instances to use compared to a fully populated prop field.
1.7.2