Represents the return value of the hooked function.
| Name | Description | 
|---|---|
| GetString | Get return string value. Use only for: string, stringptr or charptr return types. | 
| GetVector | Get return vector value. Use only for: vector or vectorptr return types. | 
| SetString | Set return string value. Use only for: string, stringptr or charptr return types. | 
| SetVector | Set return vector value. Use only for: vector or vectorptr return types. | 
| Name | Type | Description | 
|---|---|---|
| Value | any | Retrieves or sets the return value. Use only for: int, entity, edict, bool or float return types. | 
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.