socialclub

Methods

sc_inbox_get_total_num_messages

function native.socialclub.sc_inbox_get_total_num_messages(): int

sc_inbox_get_message_type_at_index

function native.socialclub.sc_inbox_get_message_type_at_index(msg_index: int): int

sc_inbox_get_message_is_read_at_index

function native.socialclub.sc_inbox_get_message_is_read_at_index(msg_index: int): bool

sc_inbox_set_message_as_read_at_index

function native.socialclub.sc_inbox_set_message_as_read_at_index(msg_index: int): bool

sc_inbox_message_get_data_int

function native.socialclub.sc_inbox_message_get_data_int(p0: int, context: string, out: ptr int): bool

sc_inbox_message_get_data_string

function native.socialclub.sc_inbox_message_get_data_string(p0: int, context: string, out: string): bool

sc_inbox_message_get_raw_type_at_index

function native.socialclub.sc_inbox_message_get_raw_type_at_index(p0: int): string

sc_presence_attr_set_float

function native.socialclub.sc_presence_attr_set_float(attr_hash: int, value: float): bool

sc_presence_attr_set_int_ex

function native.socialclub.sc_presence_attr_set_int_ex(attr_name: string, value: int, p2: bool): bool

sc_presence_attr_set_float_ex

function native.socialclub.sc_presence_attr_set_float_ex(attr_name: string, value: float, p2: bool): bool

sc_presence_attr_set_string_ex

function native.socialclub.sc_presence_attr_set_string_ex(attr_name: string, value: string, p2: bool): bool

sc_profanity_check_string

Starts a task to check an entered string for profanity on the ROS/Social Club services.

function native.socialclub.sc_profanity_check_string(string: string, token: ptr int): bool

sc_profanity_get_check_is_valid

function native.socialclub.sc_profanity_get_check_is_valid(token: int): bool

sc_profanity_get_check_is_pending

function native.socialclub.sc_profanity_get_check_is_pending(token: int): bool

sc_profanity_get_string_passed

function native.socialclub.sc_profanity_get_string_passed(token: int): bool

sc_profanity_get_string_status

function native.socialclub.sc_profanity_get_string_status(token: int): int

sc_community_event_is_active

function native.socialclub.sc_community_event_is_active(): bool

sc_community_event_get_event_id

function native.socialclub.sc_community_event_get_event_id(): int

sc_community_event_get_extra_data_int

function native.socialclub.sc_community_event_get_extra_data_int(p0: string, p1: ptr int): bool

sc_community_event_get_extra_data_float

function native.socialclub.sc_community_event_get_extra_data_float(p0: string, p1: ptr int): bool

sc_community_event_get_extra_data_string

function native.socialclub.sc_community_event_get_extra_data_string(p0: string, p1: string): bool

sc_community_event_get_display_name

function native.socialclub.sc_community_event_get_display_name(p0: string): bool

sc_community_event_is_active_for_type

function native.socialclub.sc_community_event_is_active_for_type(p0: string): bool

sc_community_event_get_event_id_for_type

function native.socialclub.sc_community_event_get_event_id_for_type(p0: string): int

sc_community_event_get_extra_data_int_for_type

function native.socialclub.sc_community_event_get_extra_data_int_for_type(p0: string, p1: ptr int, p2: string): bool

sc_community_event_get_extra_data_float_for_type

function native.socialclub.sc_community_event_get_extra_data_float_for_type(p0: string, p1: ptr int, p2: string): bool

sc_community_event_get_extra_data_string_for_type

function native.socialclub.sc_community_event_get_extra_data_string_for_type(p0: string, p1: string, p2: string): bool

sc_community_event_get_display_name_for_type

function native.socialclub.sc_community_event_get_display_name_for_type(p0: string, p1: string): bool

sc_community_event_is_active_by_id

function native.socialclub.sc_community_event_is_active_by_id(p0: int): bool

sc_community_event_get_extra_data_int_by_id

function native.socialclub.sc_community_event_get_extra_data_int_by_id(p0: int, p1: string, p2: ptr int): bool

sc_community_event_get_extra_data_float_by_id

function native.socialclub.sc_community_event_get_extra_data_float_by_id(p0: int, p1: string, p2: ptr int): bool

sc_community_event_get_extra_data_string_by_id

function native.socialclub.sc_community_event_get_extra_data_string_by_id(p0: int, p1: string, p2: string): bool

sc_community_event_get_display_name_by_id

function native.socialclub.sc_community_event_get_display_name_by_id(p0: int, p1: string): bool