Type Definition scs_sdk_rs::scs_log_t
source · pub type scs_log_t = Option<unsafe extern "C" fn(type_: scs_log_type_t, message: scs_string_t)>;Expand description
@brief Logs specified message to the game log.
@param type Type of message. Controls generated prefixes and colors in console. @param message Message to log.