socialclub¶
sc_inbox_get_total_num_messages¶
int native.socialclub.sc_inbox_get_total_num_messages()
sc_inbox_get_message_type_at_index¶
int native.socialclub.sc_inbox_get_message_type_at_index(int msg_index)
sc_inbox_get_message_is_read_at_index¶
bool native.socialclub.sc_inbox_get_message_is_read_at_index(int msg_index)
sc_inbox_set_message_as_read_at_index¶
bool native.socialclub.sc_inbox_set_message_as_read_at_index(int msg_index)
sc_inbox_message_get_data_int¶
bool native.socialclub.sc_inbox_message_get_data_int(int p0, string context, ptr int out)
sc_inbox_message_get_data_string¶
bool native.socialclub.sc_inbox_message_get_data_string(int p0, string context, string out)
sc_inbox_message_get_raw_type_at_index¶
string native.socialclub.sc_inbox_message_get_raw_type_at_index(int p0)
sc_presence_attr_set_float¶
bool native.socialclub.sc_presence_attr_set_float(int attr_hash, float value)
sc_presence_attr_set_int_ex¶
bool native.socialclub.sc_presence_attr_set_int_ex(string attr_name, int value, bool p2)
sc_presence_attr_set_float_ex¶
bool native.socialclub.sc_presence_attr_set_float_ex(string attr_name, float value, bool p2)
sc_presence_attr_set_string_ex¶
bool native.socialclub.sc_presence_attr_set_string_ex(string attr_name, string value, bool p2)
sc_profanity_check_string¶
bool native.socialclub.sc_profanity_check_string(string string, ptr int token)
sc_profanity_get_check_is_valid¶
bool native.socialclub.sc_profanity_get_check_is_valid(int token)
sc_profanity_get_check_is_pending¶
bool native.socialclub.sc_profanity_get_check_is_pending(int token)
sc_profanity_get_string_passed¶
bool native.socialclub.sc_profanity_get_string_passed(int token)
sc_profanity_get_string_status¶
int native.socialclub.sc_profanity_get_string_status(int token)
sc_community_event_is_active¶
bool native.socialclub.sc_community_event_is_active()
sc_community_event_get_event_id¶
int native.socialclub.sc_community_event_get_event_id()
sc_community_event_get_extra_data_int¶
bool native.socialclub.sc_community_event_get_extra_data_int(string p0, ptr int p1)
sc_community_event_get_extra_data_float¶
bool native.socialclub.sc_community_event_get_extra_data_float(string p0, ptr int p1)
sc_community_event_get_extra_data_string¶
bool native.socialclub.sc_community_event_get_extra_data_string(string p0, string p1)
sc_community_event_get_display_name¶
bool native.socialclub.sc_community_event_get_display_name(string p0)
sc_community_event_is_active_for_type¶
bool native.socialclub.sc_community_event_is_active_for_type(string p0)
sc_community_event_get_event_id_for_type¶
int native.socialclub.sc_community_event_get_event_id_for_type(string p0)
sc_community_event_get_extra_data_int_for_type¶
bool native.socialclub.sc_community_event_get_extra_data_int_for_type(string p0, ptr int p1, string p2)
sc_community_event_get_extra_data_float_for_type¶
bool native.socialclub.sc_community_event_get_extra_data_float_for_type(string p0, ptr int p1, string p2)
sc_community_event_get_extra_data_string_for_type¶
bool native.socialclub.sc_community_event_get_extra_data_string_for_type(string p0, string p1, string p2)
sc_community_event_get_display_name_for_type¶
bool native.socialclub.sc_community_event_get_display_name_for_type(string p0, string p1)
sc_community_event_is_active_by_id¶
bool native.socialclub.sc_community_event_is_active_by_id(int p0)
sc_community_event_get_extra_data_int_by_id¶
bool native.socialclub.sc_community_event_get_extra_data_int_by_id(int p0, string p1, ptr int p2)
sc_community_event_get_extra_data_float_by_id¶
bool native.socialclub.sc_community_event_get_extra_data_float_by_id(int p0, string p1, ptr int p2)
sc_community_event_get_extra_data_string_by_id¶
bool native.socialclub.sc_community_event_get_extra_data_string_by_id(int p0, string p1, string p2)
sc_community_event_get_display_name_by_id¶
bool native.socialclub.sc_community_event_get_display_name_by_id(int p0, string p1)