Ultimate Replay Scripting Reference
ReplayIdentity Conversion (ReplayIdentity to Int16) |
Implicit int conversion (32 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 short ( ReplayIdentity identity )
Parameters
- identity
- Type: UltimateReplay.CoreReplayIdentity
The identify to convert
Return Value
Type: Int16[Missing <returns> documentation for "M:UltimateReplay.Core.ReplayIdentity.op_Implicit(UltimateReplay.Core.ReplayIdentity)~System.Int16"]
See Also