Ultimate Replay Scripting Reference
ReplayIdentity Operators and Type Conversions |
The ReplayIdentity type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Override equals operator.
|
|
(Int16 to ReplayIdentity) |
Implicit short conversion (16 bit identity only).
|
|
(ReplayIdentity to Int16) |
Implicit int conversion (32 bit identity only).
|
|
Inequality |
Override not-equals operator.
|
See Also