Ultimate Replay Scripting Reference
ReplayIdentity Conversion (Int16 to ReplayIdentity) |
Implicit short conversion (16 bit identity only).
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static implicit operator ReplayIdentity ( short identity )
Parameters
- identity
- Type: SystemInt16
The identity to convert
Return Value
Type: ReplayIdentity[Missing <returns> documentation for "M:UltimateReplay.Core.ReplayIdentity.op_Implicit(System.Int16)~UltimateReplay.Core.ReplayIdentity"]
See Also