Space Engineers
Public Member Functions | List of all members
VRage.Generics.IMyVariableStorage< T > Interface Template Reference

Interface of variable storage (key-value principle). More...

Public Member Functions

void SetValue (MyStringId key, T newValue)
 
bool GetValue (MyStringId key, out T value)
 

Detailed Description

Interface of variable storage (key-value principle).

Definition at line 8 of file IMyVariableStorage.cs.

Member Function Documentation

bool VRage.Generics.IMyVariableStorage< T >.GetValue ( MyStringId  key,
out T  value 
)
void VRage.Generics.IMyVariableStorage< T >.SetValue ( MyStringId  key,
newValue 
)

The documentation for this interface was generated from the following file: