CohtmlTimeFunctionData
On this page
Public Attributes
Name | |
---|---|
void * | UserData |
OnMonotonicallyIncreasingTimeRequestFunc | Function |
Public Attributes Documentation
variable UserData
void * UserData;
This pointer will be received as a parameter by the time function, allowing you to pass an arbitrary amount of data.
variable Function
OnMonotonicallyIncreasingTimeRequestFunc Function;
This function will be called by Cohtml when accurate current time is needed.