Union ReplicatedValue::InternalValue

Nested Relationships

This union is a nested type of Class ReplicatedValue.

Union Documentation

union InternalValue

Public Functions

InternalValue()
~InternalValue()

Public Members

bool Bool
float Float
int64_t Int
csp::common::String String
csp::common::Vector2 Vector2
csp::common::Vector3 Vector3
csp::common::Vector4 Vector4
csp::common::Map<csp::common::String, ReplicatedValue> StringMap