Struct roblox::instance::LocalizationService [−][src]
pub struct LocalizationService<'a> {}Show 21 fields
pub force_play_mode_game_locale_id: &'a str, pub force_play_mode_roblox_locale_id: &'a str, pub is_text_scraper_running: bool, pub roblox_force_play_mode_game_locale_id: &'a str, pub roblox_force_play_mode_roblox_locale_id: &'a str, pub roblox_locale_id: &'a str, pub system_locale_id: &'a str, pub archivable: bool, pub class_name: &'a str, pub name: &'a str, pub parent: Option<InstanceRef>, pub roblox_locked: bool, pub source_asset_id: i64, pub auto_translate_will_run: RBXScriptSignal<()>, pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>, pub attribute_changed: RBXScriptSignal<&'a str>, pub changed: RBXScriptSignal<&'a str>, pub child_added: RBXScriptSignal<Option<InstanceRef>>, pub child_removed: RBXScriptSignal<Option<InstanceRef>>, pub descendant_added: RBXScriptSignal<Option<InstanceRef>>, pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
Expand description
The LocalizationService Instance Class
Fields
force_play_mode_game_locale_id: &'a str
force_play_mode_roblox_locale_id: &'a str
is_text_scraper_running: bool
roblox_force_play_mode_game_locale_id: &'a str
roblox_force_play_mode_roblox_locale_id: &'a str
roblox_locale_id: &'a str
system_locale_id: &'a str
archivable: bool
Inherited from Instance
class_name: &'a str
Inherited from Instance
name: &'a str
Inherited from Instance
parent: Option<InstanceRef>
Inherited from Instance
roblox_locked: bool
Inherited from Instance
source_asset_id: i64
Inherited from Instance
auto_translate_will_run: RBXScriptSignal<()>
ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>
Inherited from Instance
attribute_changed: RBXScriptSignal<&'a str>
Inherited from Instance
changed: RBXScriptSignal<&'a str>
Inherited from Instance
child_added: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
child_removed: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
descendant_added: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
descendant_removing: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
Implementations
pub fn get_translator_for_player_async(
&self,
player: Option<InstanceRef>
) -> Option<InstanceRef>
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for LocalizationService<'a>
impl<'a> Send for LocalizationService<'a>
impl<'a> Sync for LocalizationService<'a>
impl<'a> Unpin for LocalizationService<'a>
impl<'a> UnwindSafe for LocalizationService<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more