MCPcopy Create free account

hub / github.com/Thinkofname/UniverCity / functions

Functions1,740 in github.com/Thinkofname/UniverCity

Methodfrom_u8
(val: u8)
server/src/entity/snapshot.rs:971
Methodfrom_usize
(id: usize)
util/src/direction.rs:85
Methodfrom_val
(obj: Value)
src/render/ui/color.rs:47
Methodfrom_value
(v: Value)
src/render/ui/shadow.rs:18
Methodfrom_value
(v: Value)
src/render/ui/border.rs:19
Methodfrom_value
(v: Value)
src/render/ui/color.rs:27
Methodfrom_value
(v: Value)
src/render/ui/text_shadow.rs:16
Methodfrom_value
(val: fungui::Value<UniverCityUI>)
src/ui/mod.rs:1451
Methodfrom_value_ref
(v: &Value)
src/render/ui/shadow.rs:25
Methodfrom_value_ref
(v: &Value)
src/render/ui/border.rs:26
Methodfrom_value_ref
(v: &Value)
src/render/ui/color.rs:34
Methodfrom_value_ref
(v: &Value)
src/render/ui/text_shadow.rs:23
Methodfrom_value_ref
(v: &Value)
src/ui/mod.rs:1727
Functionfxaa_default
()
src/config/mod.rs:82
Methodgen_selection_verts
( target_atlas: &mut GlobalAtlas, terrain: &mut terrain::Terrain, level: &mut level::Level,
src/render/mod.rs:1870
Methodget
(&self, key: K)
util/src/intmap.rs:56
Methodget_asset_manager
(&self)
server/src/level/virt.rs:241
Methodget_asset_manager
(&self)
server/src/level/room.rs:932
Methodget_bool
(&mut self, name: &str)
server/src/choice/mod.rs:109
Methodget_borrow
Get an immutable reference to a value borrowed via `BorrowBuilder::borrow` # Panics Panics if the value wasn't borrowed
lua/src/lib.rs:218
Methodget_choice_by_index
(&self, idx: usize)
server/src/choice/mod.rs:222
Methodget_component
(&self, id: u32)
ecs/src/internal.rs:394
Methodget_component_mut
(&mut self, id: u32)
ecs/src/internal.rs:411
Methodget_component_mut
(&mut self, e: Entity)
ecs/src/lib.rs:346
Methodget_component_or_insert
(&mut self, e: Entity, f: F)
ecs/src/lib.rs:1059
Methodget_component_or_insert
Gets the component or inserts it if it doesn't exist
ecs/src/storage.rs:33
Methodget_component_or_insert
(&mut self, id: u32, f: F)
ecs/src/storage.rs:96
Methodget_config
(&self)
src/instance/mod.rs:1099
Methodget_config
(&self)
server/src/script_room.rs:1505
Methodget_field
Gets the field from the type currently being built
lua/src/lib.rs:1337
Methodget_float
(&self, name: &str)
server/src/choice/component.rs:134
Methodget_global
(&self, idx: u16)
server/src/choice/mod.rs:137
Methodget_money
(&self)
server/src/script_room.rs:1496
Methodget_or_create
Returns the room properties for the entity. If the entity has no properties or the ones it has are for another room this create a new set.
server/src/entity/mod.rs:757
Methodget_or_create_window
(&mut self, key: ResourceKey<'_>)
server/src/level/virt.rs:288
Methodget_or_create_window
(&mut self, key: ResourceKey<'_>)
server/src/level/room.rs:955
Methodget_parameters
(_: &lua::Lua, p: Ref<RefCell<Placer>>)
server/src/level/placement.rs:344
Methodget_placement_position
(&self)
server/src/level/room.rs:980
Methodget_program
(&mut self, name: &'static str)
src/render/pipeline.rs:80
Methodget_projection_matrix
(width: u32, height: u32, zoom: f32)
src/render/mod.rs:1788
Methodget_rating
(&self)
src/instance/mod.rs:1083
Methodget_rating
(&self)
server/src/script_room.rs:1501
Methodget_remove_target
(&self, loc: Location)
server/src/level/room.rs:1058
Methodget_room_at
Returns the room placement information for the room at the location if any, otherwise this returns `None`.
server/src/level/mod.rs:696
Methodget_room_key
(lua: &lua::Lua, p: Ref<RefCell<Placer>>)
server/src/level/placement.rs:352
Methodget_room_owner
(&self, loc: Location)
server/src/level/room.rs:922
Functionget_rooms_for_player
Returns a list of rooms owned by the player
server/src/level/script_helper.rs:7
Methodget_state
(&self)
src/instance/mod.rs:1071
Methodget_state
(&self)
server/src/script_room.rs:1490
Methodget_state
(&self)
server/src/player/handle.rs:1502
Methodget_texture_id
(log: &Logger, asset_manager: &assets::AssetManager, target_atlas: &mut super::GlobalAtlas, tex: assets::Resou
src/render/terrain/mod.rs:964
Methodget_tile
(&self, loc: Location)
server/src/level/room.rs:916
Methodget_tile_flags
(&self, loc: Location)
server/src/level/mod.rs:160
Methodget_tile_flags
(&self, loc: Location)
server/src/level/room.rs:925
Methodget_tile_raw
(&self, loc: Location)
server/src/level/virt.rs:223
Methodget_tile_raw
(&self, loc: Location)
server/src/level/room.rs:919
Methodget_tracked
(&self)
server/src/script/mod.rs:123
Methodget_uid
(&self)
server/src/script_room.rs:1484
Methodget_unchecked_component
Gets a reference component from the storage at the location given by the passed id.
ecs/src/storage.rs:23
Methodget_unchecked_component_mut
Gets a mutable reference component from the storage at the location given by the passed id.
ecs/src/storage.rs:28
Methodget_unsafe
Same as get but requires that the name is already null terminated
lua/src/lib.rs:201
Methodget_view_matrix
(x: f32, y: f32, zoom: f32, rotation: cgmath::Deg<f32>)
src/render/mod.rs:1796
Methodget_wall_info
(&self, loc: Location, dir: Direction)
server/src/level/room.rs:928
Methodget_window
(&self, id: u8)
server/src/level/virt.rs:246
Methodget_window
(&self, id: u8)
server/src/level/room.rs:935
Methodglobal
(idx: u16, dest: u8)
server/src/choice/instruction.rs:22
Methodgreater_equal_f
(a: u8, b: u8)
server/src/choice/instruction.rs:103
Methodgreater_equal_i
(a: u8, b: u8)
server/src/choice/instruction.rs:99
Methodgreater_f
(a: u8, b: u8)
server/src/choice/instruction.rs:121
Methodgreater_i
(a: u8, b: u8)
server/src/choice/instruction.rs:117
Methodgroup
(&'a self, components: F)
ecs/src/lib.rs:820
Methodgroups
(&self, cmp: F)
util/src/iter.rs:8
Methodhandle
Tries to handle the request as the given type
server/src/network/mod.rs:375
Methodhandle_event
Tries to the handle the event with the passed handler
server/src/event/mod.rs:49
Methodhandle_event_if
Tries to the handle the event with the passed handler
server/src/event/mod.rs:65
Methodhandle_key_action
Handles actions from key presses
src/render/mod.rs:1287
Methodhandle_key_action
Handles key actions if able
src/instance/mod.rs:511
Methodhandle_packets
Handles incoming packets
src/instance/mod.rs:772
Methodhandle_reply
Waits for a reply and calls the function if the event is the reply
server/src/network/mod.rs:455
Methodhas_ended
(&self)
audio/src/lib.rs:210
Methodhas_module
Returns whether this key has a module defined
server/src/assets/mod.rs:381
Methodhide_tooltip_impl
( manager: &mut fungui::Manager<UniverCityUI>, tooltip: &mut Option<Tooltip>, key: &st
src/ui/mod.rs:937
Methodhost
(&self)
server/src/network/steam.rs:388
Methodi_to_f
(a: u8)
server/src/choice/instruction.rs:143
Methodid
Returns the unique id for this connection
server/src/network/steam.rs:76
Methodid
(&mut self)
server/src/network/local.rs:32
Methodid
(&self)
server/src/level/room.rs:961
Methodimage
(self)
src/instance/base/entity_info.rs:45
Methodimage
Appends an image part to the message
server/src/msg/mod.rs:32
Methodimport_file
(name: &str)
model/src/main.rs:27
Methodin_bounds
(self, loc: Location)
util/src/location.rs:145
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/save_file.rs:134
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/campaign.rs:90
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/main_menu.rs:158
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/credits.rs:161
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/ui/prompt.rs:91
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/multiplayer/mod.rs:159
Methodinactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/multiplayer/dedicated_server.rs:52
Methodinactive
(&mut self, instance: &mut Option<GameInstance>, state: &mut crate::GameState)
src/instance/build.rs:171
Methodinactive
(&mut self, instance: &mut Option<GameInstance>, state: &mut crate::GameState)
src/instance/base/mod.rs:192
← previousnext →1,101–1,200 of 1,740, ranked by callers