BinaryStringValue

사용되지 않는 항목 표시

An internal type of StringValue object, that stores a BinaryString value.

속성

메서드

이벤트

Changed

Fires if the BinaryStringValue.Value of the BinaryStringValue is changed by the engine.

In practice, this object is stored out of reach from normal scripts, so this event cannot be connected to. If a BinaryStringValue is created by a script, the engine will not do anything with it, so the event will never fire.

Equivalent changed events exist for similar objects, such as NumberValue and StringValue, depending on what object type best suits the need.

매개 변수

value: BinaryString

The new value after the change.