Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thinkofname/UniverCity
/ functions
Functions
1,740 in github.com/Thinkofname/UniverCity
⨍
Functions
1,740
◇
Types & classes
884
Method
from_u8
(val: u8)
server/src/entity/snapshot.rs:971
Method
from_usize
(id: usize)
util/src/direction.rs:85
Method
from_val
(obj: Value)
src/render/ui/color.rs:47
Method
from_value
(v: Value)
src/render/ui/shadow.rs:18
Method
from_value
(v: Value)
src/render/ui/border.rs:19
Method
from_value
(v: Value)
src/render/ui/color.rs:27
Method
from_value
(v: Value)
src/render/ui/text_shadow.rs:16
Method
from_value
(val: fungui::Value<UniverCityUI>)
src/ui/mod.rs:1451
Method
from_value_ref
(v: &Value)
src/render/ui/shadow.rs:25
Method
from_value_ref
(v: &Value)
src/render/ui/border.rs:26
Method
from_value_ref
(v: &Value)
src/render/ui/color.rs:34
Method
from_value_ref
(v: &Value)
src/render/ui/text_shadow.rs:23
Method
from_value_ref
(v: &Value)
src/ui/mod.rs:1727
Function
fxaa_default
()
src/config/mod.rs:82
Method
gen_selection_verts
( target_atlas: &mut GlobalAtlas, terrain: &mut terrain::Terrain, level: &mut level::Level,
src/render/mod.rs:1870
Method
get
(&self, key: K)
util/src/intmap.rs:56
Method
get_asset_manager
(&self)
server/src/level/virt.rs:241
Method
get_asset_manager
(&self)
server/src/level/room.rs:932
Method
get_bool
(&mut self, name: &str)
server/src/choice/mod.rs:109
Method
get_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
Method
get_choice_by_index
(&self, idx: usize)
server/src/choice/mod.rs:222
Method
get_component
(&self, id: u32)
ecs/src/internal.rs:394
Method
get_component_mut
(&mut self, id: u32)
ecs/src/internal.rs:411
Method
get_component_mut
(&mut self, e: Entity)
ecs/src/lib.rs:346
Method
get_component_or_insert
(&mut self, e: Entity, f: F)
ecs/src/lib.rs:1059
Method
get_component_or_insert
Gets the component or inserts it if it doesn't exist
ecs/src/storage.rs:33
Method
get_component_or_insert
(&mut self, id: u32, f: F)
ecs/src/storage.rs:96
Method
get_config
(&self)
src/instance/mod.rs:1099
Method
get_config
(&self)
server/src/script_room.rs:1505
Method
get_field
Gets the field from the type currently being built
lua/src/lib.rs:1337
Method
get_float
(&self, name: &str)
server/src/choice/component.rs:134
Method
get_global
(&self, idx: u16)
server/src/choice/mod.rs:137
Method
get_money
(&self)
server/src/script_room.rs:1496
Method
get_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
Method
get_or_create_window
(&mut self, key: ResourceKey<'_>)
server/src/level/virt.rs:288
Method
get_or_create_window
(&mut self, key: ResourceKey<'_>)
server/src/level/room.rs:955
Method
get_parameters
(_: &lua::Lua, p: Ref<RefCell<Placer>>)
server/src/level/placement.rs:344
Method
get_placement_position
(&self)
server/src/level/room.rs:980
Method
get_program
(&mut self, name: &'static str)
src/render/pipeline.rs:80
Method
get_projection_matrix
(width: u32, height: u32, zoom: f32)
src/render/mod.rs:1788
Method
get_rating
(&self)
src/instance/mod.rs:1083
Method
get_rating
(&self)
server/src/script_room.rs:1501
Method
get_remove_target
(&self, loc: Location)
server/src/level/room.rs:1058
Method
get_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
Method
get_room_key
(lua: &lua::Lua, p: Ref<RefCell<Placer>>)
server/src/level/placement.rs:352
Method
get_room_owner
(&self, loc: Location)
server/src/level/room.rs:922
Function
get_rooms_for_player
Returns a list of rooms owned by the player
server/src/level/script_helper.rs:7
Method
get_state
(&self)
src/instance/mod.rs:1071
Method
get_state
(&self)
server/src/script_room.rs:1490
Method
get_state
(&self)
server/src/player/handle.rs:1502
Method
get_texture_id
(log: &Logger, asset_manager: &assets::AssetManager, target_atlas: &mut super::GlobalAtlas, tex: assets::Resou
src/render/terrain/mod.rs:964
Method
get_tile
(&self, loc: Location)
server/src/level/room.rs:916
Method
get_tile_flags
(&self, loc: Location)
server/src/level/mod.rs:160
Method
get_tile_flags
(&self, loc: Location)
server/src/level/room.rs:925
Method
get_tile_raw
(&self, loc: Location)
server/src/level/virt.rs:223
Method
get_tile_raw
(&self, loc: Location)
server/src/level/room.rs:919
Method
get_tracked
(&self)
server/src/script/mod.rs:123
Method
get_uid
(&self)
server/src/script_room.rs:1484
Method
get_unchecked_component
Gets a reference component from the storage at the location given by the passed id.
ecs/src/storage.rs:23
Method
get_unchecked_component_mut
Gets a mutable reference component from the storage at the location given by the passed id.
ecs/src/storage.rs:28
Method
get_unsafe
Same as get but requires that the name is already null terminated
lua/src/lib.rs:201
Method
get_view_matrix
(x: f32, y: f32, zoom: f32, rotation: cgmath::Deg<f32>)
src/render/mod.rs:1796
Method
get_wall_info
(&self, loc: Location, dir: Direction)
server/src/level/room.rs:928
Method
get_window
(&self, id: u8)
server/src/level/virt.rs:246
Method
get_window
(&self, id: u8)
server/src/level/room.rs:935
Method
global
(idx: u16, dest: u8)
server/src/choice/instruction.rs:22
Method
greater_equal_f
(a: u8, b: u8)
server/src/choice/instruction.rs:103
Method
greater_equal_i
(a: u8, b: u8)
server/src/choice/instruction.rs:99
Method
greater_f
(a: u8, b: u8)
server/src/choice/instruction.rs:121
Method
greater_i
(a: u8, b: u8)
server/src/choice/instruction.rs:117
Method
group
(&'a self, components: F)
ecs/src/lib.rs:820
Method
groups
(&self, cmp: F)
util/src/iter.rs:8
Method
handle
Tries to handle the request as the given type
server/src/network/mod.rs:375
Method
handle_event
Tries to the handle the event with the passed handler
server/src/event/mod.rs:49
Method
handle_event_if
Tries to the handle the event with the passed handler
server/src/event/mod.rs:65
Method
handle_key_action
Handles actions from key presses
src/render/mod.rs:1287
Method
handle_key_action
Handles key actions if able
src/instance/mod.rs:511
Method
handle_packets
Handles incoming packets
src/instance/mod.rs:772
Method
handle_reply
Waits for a reply and calls the function if the event is the reply
server/src/network/mod.rs:455
Method
has_ended
(&self)
audio/src/lib.rs:210
Method
has_module
Returns whether this key has a module defined
server/src/assets/mod.rs:381
Method
hide_tooltip_impl
( manager: &mut fungui::Manager<UniverCityUI>, tooltip: &mut Option<Tooltip>, key: &st
src/ui/mod.rs:937
Method
host
(&self)
server/src/network/steam.rs:388
Method
i_to_f
(a: u8)
server/src/choice/instruction.rs:143
Method
id
Returns the unique id for this connection
server/src/network/steam.rs:76
Method
id
(&mut self)
server/src/network/local.rs:32
Method
id
(&self)
server/src/level/room.rs:961
Method
image
(self)
src/instance/base/entity_info.rs:45
Method
image
Appends an image part to the message
server/src/msg/mod.rs:32
Method
import_file
(name: &str)
model/src/main.rs:27
Method
in_bounds
(self, loc: Location)
util/src/location.rs:145
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/save_file.rs:134
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/campaign.rs:90
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/main_menu.rs:158
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/credits.rs:161
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/ui/prompt.rs:91
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/multiplayer/mod.rs:159
Method
inactive
(&mut self, _instance: &mut Option<GameInstance>, state: &mut GameState)
src/multiplayer/dedicated_server.rs:52
Method
inactive
(&mut self, instance: &mut Option<GameInstance>, state: &mut crate::GameState)
src/instance/build.rs:171
Method
inactive
(&mut self, instance: &mut Option<GameInstance>, state: &mut crate::GameState)
src/instance/base/mod.rs:192
← previous
next →
1,101–1,200 of 1,740, ranked by callers