Method CreateValue
CreateValue(T)
Creates a readonly Nui variable that cannot be changed at runtime.
public static NuiValue<T> CreateValue(T value)
Parameters
valueT
Returns
- NuiValue<T>
Creates a readonly Nui variable that cannot be changed at runtime.
public static NuiValue<T> CreateValue(T value)
value T