nEnv Class Reference
#include <nenv.h>
Inheritance diagram for nEnv:

Detailed Description
A typed value in a named object. Technically, a nArg object wrapped into a nRoot.See also nEnv Script Interface
(C) 2002 RadonLabs GmbH
Definition at line 19 of file nenv.h.
Public Member Functions | |
| virtual bool | SaveCmds (nPersistServer *ps) |
| object persistency | |
| nArg::Type | GetType () |
| Returns the type of this nEnv instance. | |
| void | SetI (int i) |
| Sets the value of this object to the passed integer. | |
| void | SetB (bool b) |
| Sets the value of this object to the passes boolean value. | |
| void | SetF (float f) |
| Sets the value of this object to the passed float value. | |
| void | SetS (const char *s) |
| Sets the value of this object to the passed string. | |
| void | SetO (nRoot *o) |
| Sets the value of this object to the passed object. | |
| void | SetF4 (const nFloat4 &f4) |
| set float4 value | |
| void | SetV4 (const vector4 &v) |
| set a vector4 | |
| void | SetV3 (const vector3 &v) |
| set a vector3 | |
| int | GetI () |
| Returns the integer value. | |
| bool | GetB () |
| Returns the boolean value. | |
| float | GetF () |
| Returns the float value. | |
| const char * | GetS () |
| Returns the string. | |
| nRoot * | GetO () |
| Returns the object. | |
| const nFloat4 & | GetF4 () |
| get float4 value | |
| const vector4 & | GetV4 () |
| get vector4 value | |
| const vector3 & | GetV3 () |
| get vector3 value | |
Member Function Documentation
|
|
object persistency
Reimplemented from nObject. |
|
|
Returns the type of this nEnv instance.
|
|
|
Sets the value of this object to the passed integer.
|
|
|
Sets the value of this object to the passes boolean value.
|
|
|
Sets the value of this object to the passed float value.
|
|
|
Sets the value of this object to the passed string.
|
|
|
Sets the value of this object to the passed object.
|
|
|
set float4 value
|
|
|
set a vector4
|
|
|
set a vector3
|
|
|
Returns the integer value.
|
|
|
Returns the boolean value.
|
|
|
Returns the float value.
|
|
|
Returns the string.
|
|
|
Returns the object.
|
|
|
get float4 value
|
|
|
get vector4 value
|
|
|
get vector3 value
|
The documentation for this class was generated from the following file: