ReplayState.Write Method (Int32)

Ultimate Replay

ReplayStateWrite Method (Int32)
Write an int to the state.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write(
	int value
)

Parameters

value
Type: SystemInt32
Int value
See Also