DHookReturn Class

Represents the return value of the hooked function.

Methods 4

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.

Properties 1

Name Type Description
Valueany

Retrieves or sets the return value. Use only for: int, entity, edict, bool or float return types.