]> Dogcows Code - chaz/thecheat/blobdiff - SearchData.m
The Cheat 1.2.4
[chaz/thecheat] / SearchData.m
index 5a88e50fc15220e1eb91975d1361f99eadc8f58d..4e2e6722504496a2bbf52e5cc05775680f6377c1 100644 (file)
 }
 
 
+- (void)setProcess:(Process *)process
+{
+       [process retain];
+       [_process release];
+       _process = process;
+}
+
+
 - (TCVariableType)variableType
 {
        return _variableType;
        if ( !_variableValue ) {
                // create a zero value if there is none
                _variableValue = [[Variable alloc] init];
+               [_variableValue setProcess:_process];
        }
        return _variableValue;
 }
                        TCArraySetElementAtIndex( _values, index, [value value] );
                }
        }
+       
 }
 
 - (BOOL)valuesLoaded
This page took 0.019111 seconds and 4 git commands to generate.