|
Space Engineers
|
Interface of variable storage (key-value principle). More...
Public Member Functions | |
| void | SetValue (MyStringId key, T newValue) |
| bool | GetValue (MyStringId key, out T value) |
Interface of variable storage (key-value principle).
Definition at line 8 of file IMyVariableStorage.cs.
| bool VRage.Generics.IMyVariableStorage< T >.GetValue | ( | MyStringId | key, |
| out T | value | ||
| ) |
| void VRage.Generics.IMyVariableStorage< T >.SetValue | ( | MyStringId | key, |
| T | newValue | ||
| ) |
1.8.8