Property.SqSignalBase.Data - VCMP-SqMod/SqMod GitHub Wiki
Store any object alongside a particular SqSignalBase
instance. The purpose of this is to avoid name polution and code duplication from manually managed containers that may be used to achieve such task.
- Aliases:
SqSignalBase.Data
-
Input:
-
object
The object to store.
-
-
Output:
-
object
The stored object. Or default value if not initialized.
-
-
Throws:
- This property does not throw errors.
This is null
by default.
No example available.
-
property
SqSignalBase.Name -
property
SqSignalBase.Slots -
property
SqSignalBase.Empty
No references available.