Ultimate Replay Scripting Reference
BitConverterNonAllocGetBytes Method (Byte, Int32) |
Store a 32-bit int into the specified byte array.
Namespace: UltimateReplay.Util
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void GetBytes( byte[] buffer, int value )
Parameters
- buffer
- Type: SystemByte
The buffer to store the int which must have a size of 4 or greater - value
- Type: SystemInt32
The int value to store
See Also