pub unsafe extern "C" fn rpsCmdGetParamDesc(
    pContext: *const RpsCmdCallbackContext,
    paramID: RpsParamId,
    pDesc: *mut RpsParameterDesc
) -> RpsResult
Expand description

Gets the description of a node argument.

@param pContext Pointer to the current command callback context. Must not be NULL. @param paramID Index of the parameter in the current command node callback. @param pDesc Pointer in which the parameter description is returned. Must not be NULL.

@returns Result code of the operation. See RpsResult for more info.