PRINT_STRUCTURED_TRACE
Prints 'structured trace' data to the server `file descriptor 3` channel. This is not generally useful outside of server monitoring utilities.
CFX
Signature
lua
PrintStructuredTrace(jsonString)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| char* | JSON data to submit as `payload` in the `script_structured_trace` event. |
Usage
lua
PrintStructuredTrace(jsonString)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
