CadSetReturnInt
Sets the integer result a host callback hands back to the engine.
void CadSetReturnInt (
std::int32_t Value
);
Parameters
- Value (std::int32_t)
- The value to assign.
Return Value
None.
Sets the integer result a host callback hands back to the engine.
None.