CFrameValue
A container object for a single CFrame value.
Memory category | Instances |
---|
Member index 3
Description
A container object for a single CFrame value.
History 11
- 553 Change PreferredDescriptor of changed from to Changed
- 553 Change Default of Value from to
- 486 Change ThreadSafety of Value from ReadOnly to ReadSafe
- 462 Change ThreadSafety of changed from to Unsafe
- 462 Change ThreadSafety of Changed from to Unsafe
- 462 Change ThreadSafety of Value from to ReadOnly
- 335 Change Superclass of CFrameValue from Instance to ValueBase
- 50 Add changed
- 47 Add Changed
- 47 Add Value
- 47 Add CFrameValue
Members 3
Changed
Parameters (1) | |
---|---|
value | CFrame |
Fired whenever the CFrameValue.Value of the CFrameValue is changed. It will run with the new value being stored in the argument object, instead of a string representing the property being changed.
This event, like other changed events, can be used to track when an CFrameValue changes and to track the different values that it may change to.
For instance, this even may be useful in games that rely on CFrameValues to track game object CFrame positions and movements.
Equivalent changed events exist for similar objects, such as NumberValue and StringValue, depending on what object type best suits the need.
Thread safety | Unsafe |
---|
Value
Type | Default | |
---|---|---|
CFrame |
Used to hold a CFrame value.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
changed
Parameters (1) | |
---|---|
value | CFrame |
This event is deprecated. It exists only for backward compatibility, and should not be used for new work. Changed should be used instead.
Thread safety | Unsafe |
---|