GetMessageOrigData

Syntax

native any:GetMessageOrigData(const MsgDataType:type, any:...);

Usage

Parameter Description
type
The type of message data that can be get
...
Additional args depending on the type of the message argument being retrieved (For more details, look at the enum MsgArgType)

Description

Gets the message data original value in the current game message.

Return

Returns original value of argument in the current message