Retrieves a float command argument given its index, from the current console or server command. Returns false if the argument can not be completely parsed as a floating point.
bool GetCmdArgFloatEx(int argnum, float& value)
Argument number to retrieve.
Populated with the value of the command argument.
Whether the argument was entirely a floating point value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.