Garry's Mod Wiki

Revision Difference

File:WriteShort#529282

<function name="WriteShort" parent="File" type="classfunc"> <description>Writes a 16-bit signed integer to the file.</description> <description>Writes a signed little-endian 16-bit integer to the file.</description> <realm>Shared and Menu</realm> <args> <arg name="int16" type="number">The 16-bit signed integer to be written to the file.</arg> </args> </function>