Public Member Functions | |
| (id) | - initWithParams:value: |
Static Public Member Functions | |
| (id) | + roomVariableWithBool:value: |
| (id) | + roomVariableWithFloat:value: |
| (id) | + roomVariableWithInteger:value: |
| (id) | + roomVariableWithString:value: |
Protected Attributes | |
| NSString * | _name |
| BOOL | _persistent |
| BOOL | _priv |
| id | _value |
Properties | |
| NSString * | name |
| BOOL | persistent |
| BOOL | priv |
| id | value |
| - (id) initWithParams: | (NSString *) | name | ||
| value: | (id) | value | ||
| + (id) roomVariableWithBool: | (NSString *) | name | ||
| value: | (BOOL) | value | ||
| + (id) roomVariableWithFloat: | (NSString *) | name | ||
| value: | (float) | value | ||
| + (id) roomVariableWithInteger: | (NSString *) | name | ||
| value: | (NSInteger) | value | ||
| + (id) roomVariableWithString: | (NSString *) | name | ||
| value: | (NSString *) | value | ||
- (NSString*) _name [protected] |
- (BOOL) _persistent [protected] |
- (BOOL) _priv [protected] |
- (id) _value [protected] |
- (NSString*) name [read, write, retain] |
- (BOOL) persistent [read, write, assign] |
- (BOOL) priv [read, write, assign] |
- (id) value [read, write, retain] |
1.5.8