MCPcopy Create free account

hub / github.com/Thinkofname/UniverCity / functions

Functions1,740 in github.com/Thinkofname/UniverCity

↓ 3 callersFunctiondo_clip
(ctx: &mut pipeline::Context<'_>, view_matrix: &cgmath::Matrix4<f32>, vao: &gl::VertexArray, x: f32, y: f32, w
src/render/ui/mod.rs:975
↓ 3 callersMethoddraw
(&mut self, ctx: &mut pipeline::Context<'_>, flag: PassFlag, entities: &mut Option<&mu
src/render/mod.rs:1218
↓ 3 callersFunctionentity_variant
Returns the stat variant for the given entity
server/src/entity/info.rs:344
↓ 3 callersMethodexecute_string
Loads and executes the passed string converting and returning the results of executing the string. This is works like lua's `loadstring` and will exe
lua/src/lib.rs:101
↓ 3 callersMethodexists
(&self, name: &str)
server/src/steam.rs:92
↓ 3 callersFunctionfields
(t: &lua::TypeBuilder)
server/src/script_room.rs:590
↓ 3 callersFunctionflood_fill
(visited: &mut BitSet, tiles: &LevelTiles, rooms: &LevelRooms, x: usize, y: usize, sx: usize, sy: usize)
server/src/level/mod.rs:2028
↓ 3 callersMethodfree_id
(&mut self, id: u32)
ecs/src/storage.rs:120
↓ 3 callersFunctiongen_room_list
( instance: &mut GameInstance, state: &mut crate::GameState, ui: &ui::Node, entry: &course::Ne
src/instance/base/courses.rs:705
↓ 3 callersMethodget_asset_manager
(&self)
server/src/level/mod.rs:166
↓ 3 callersMethodget_float
(&mut self, name: &str)
server/src/choice/mod.rs:104
↓ 3 callersMethodgroup_mask
(&'a self, components: F, op: MaskOp)
ecs/src/lib.rs:841
↓ 3 callersMethodinsert
(&mut self, key: K, val: V)
util/src/intmap.rs:30
↓ 3 callersMethodintersects_ray
(self, ray: Ray<F>)
util/src/aabb.rs:23
↓ 3 callersMethoditer
(self)
util/src/location.rs:121
↓ 3 callersMethodkeys
(&'a self)
util/src/intmap.rs:75
↓ 3 callersMethodkeys_for_action
Returns the matching keys for a given action
src/config/keybinds.rs:429
↓ 3 callersFunctionload_dir
(assets: &AssetManager, dir: &Path)
server/src/level/tile.rs:241
↓ 3 callersMethodmeshes
(&'a self)
model/src/main.rs:72
↓ 3 callersFunctionmetatable
(t: &lua::TypeBuilder)
server/src/script_room.rs:1135
↓ 3 callersMethodmouse_move
Calls the mouse move event on the active state Special due to the event spam it would cause
src/state.rs:235
↓ 3 callersMethodname
(&self)
model/src/main.rs:199
↓ 3 callersMethodnext_socket
Returns a socket if a connection is queued or `None` if no additional connections have happened between now and the last call
server/src/network/udp.rs:209
↓ 3 callersMethodpop_state
Removes the state at the top of the state list
src/state.rs:362
↓ 3 callersMethodpreload_texture
Requests that the render starts loading the texture now
src/render/mod.rs:1381
↓ 3 callersFunctionrebuild_page
( _instance: &mut GameInstance, state: &mut crate::GameState, ui: &ui::Node, tab: Tab, tim
src/instance/base/entity_info.rs:387
↓ 3 callersMethodrebuild_pipeline
Causes the renderer to rebuild the whole pipeline with the current settings
src/render/mod.rs:277
↓ 3 callersMethodremove_component
(&mut self, _id: u32)
server/src/choice/component.rs:235
↓ 3 callersMethodrender
( &mut self, ctx: &mut pipeline::Context<'_>, matrix: super::EntityMatrix<'_>,
src/render/static_model.rs:288
↓ 3 callersMethodrun
(&mut self, container: &mut Container)
ecs/src/lib.rs:600
↓ 3 callersMethodseek
(&mut self, pos: SeekFrom)
server/src/assets/mod.rs:757
↓ 3 callersMethodset_float4
(self, x: f32, y: f32, z: f32, w: f32)
src/render/gl.rs:630
↓ 3 callersMethodset_int
(&mut self, name: &str, val: i32)
server/src/choice/mod.rs:75
↓ 3 callersMethodset_int4
(self, x: i32, y: i32, z: i32, w: i32)
src/render/gl.rs:606
↓ 3 callersMethodset_lowered_region
Marks a region to have its walls lowered
src/render/mod.rs:1132
↓ 3 callersMethodset_volume
(&self, volume: f32)
audio/src/lib.rs:218
↓ 3 callersMethodset_wall_info
(&mut self, loc: Location, dir: Direction, info: Option<WallInfo>)
server/src/level/mod.rs:229
↓ 3 callersMethodshould_lower_walls
(&mut self, flag: bool)
server/src/level/virt.rs:328
↓ 3 callersMethodspecial
Flags the next part as special
server/src/msg/mod.rs:26
↓ 3 callersFunctionstencil_op
(sfail: StencilOp, dpfail: StencilOp, dppass: StencilOp)
src/render/gl.rs:258
↓ 3 callersMethodstop
Stops the sound
src/audio.rs:260
↓ 3 callersMethodtake_image
Returns the loaded image if it has been loaded. This will take the image preventing it from taken again.
src/render/image.rs:227
↓ 3 callersMethodtake_placement
(&mut self)
server/src/level/virt.rs:343
↓ 3 callersMethodtest
Tests a tile using the check rule and returns whether it matches. `dx` and `dy` will be added to the offsets used by the checks.
server/src/level/mod.rs:1981
↓ 3 callersMethodtexture
(&self)
model/src/main.rs:122
↓ 3 callersMethodtexture_2d
(&self, fbtarget: TargetFramebuffer, attachment: Attachment, target: TextureTarget, tex: &Texture, level: i32)
src/render/gl.rs:1105
↓ 3 callersMethodtick
(&mut self, delta: f64)
src/main.rs:660
↓ 3 callersMethodvolume
(self, volume: f32)
audio/src/lib.rs:27
↓ 3 callersMethodwrite
(&self, name: &str)
server/src/steam.rs:83
↓ 3 callersMethodwrite_all
(&mut self, buf: &[u8])
server/src/saving/filesystem.rs:153
↓ 3 callersMethodwrite_to
(&self, w: &mut W)
model/src/lib.rs:32
↓ 2 callersMethodadd
(self, other: Angle)
util/src/angle.rs:56
↓ 2 callersMethodadd_and_get_component
(&mut self, id: u32, v: T)
ecs/src/storage.rs:102
↓ 2 callersMethodalloc
(&mut self)
ecs/src/internal.rs:266
↓ 2 callersFunctionapply_clip
( mut obj: Rect, parent: Rect )
src/ui/layout.rs:592
↓ 2 callersMethodas_str
Returns this direction as a string reference
util/src/direction.rs:110
↓ 2 callersMethodattach_shader
(&self, shader: Shader)
src/render/gl.rs:461
↓ 2 callersMethodbind_uniform_block
(&self, block: UniformBlock)
src/render/gl.rs:314
↓ 2 callersFunctionblend_func
(sfactor: BlendFunc, dfactor: BlendFunc)
src/render/gl.rs:144
↓ 2 callersMethodbones
(&'a self)
model/src/main.rs:260
↓ 2 callersMethodbounds
(&self)
server/src/level/virt.rs:323
↓ 2 callersMethodbuffer
(&self, target: TextureTarget, buffer: &Buffer, format: TextureFormat)
src/render/gl.rs:831
↓ 2 callersMethodcan_place_room
Returns whether the requested room can be placed at the passed location.
server/src/level/mod.rs:1072
↓ 2 callersMethodcapacity
(&self)
ecs/src/util/mod.rs:46
↓ 2 callersMethodcapture
Captures the current state of the entities and stores it as the current frame.
server/src/entity/snapshot.rs:128
↓ 2 callersMethodchange_money
(&mut self, val: UniDollar)
server/src/player/handle.rs:1510
↓ 2 callersMethodcheck_requirement
Returns whether the player meets the requirement
server/src/level/room.rs:267
↓ 2 callersMethodcheck_room_size
Returns whether the area is large enough for the requested room
server/src/level/mod.rs:1093
↓ 2 callersMethodcheck_tile_placeable
Returns whether the tile is suitable for the room type
server/src/level/mod.rs:1100
↓ 2 callersFunctionclamp
(a: f32)
util/src/angle.rs:192
↓ 2 callersMethodclamp_path
(&self, module: ModuleKey<'_>, name: &str)
server/src/assets/mod.rs:776
↓ 2 callersMethodclear
(&mut self)
src/render/animated_model.rs:171
↓ 2 callersMethodclear_room_area
Clears the area for building
server/src/level/room_placement/plan.rs:183
↓ 2 callersMethodclear_script_engine
Changes the scripting engine to the default engine. This clears all active ui elements.
src/ui/mod.rs:793
↓ 2 callersFunctionclear_stencil
(val: i32)
src/render/gl.rs:222
↓ 2 callersMethodclient_localsocket
Returns the socket to be used by the local client
server/src/lib.rs:945
↓ 2 callersMethodcmp
(&self, other: &PLoc<T>)
server/src/entity/pathfind.rs:497
↓ 2 callersFunctioncolor_mask
(red: bool, green: bool, blue: bool, alpha: bool)
src/render/gl.rs:210
↓ 2 callersMethodcompile
(&self)
src/render/gl.rs:547
↓ 2 callersMethoddisconnect
Disconnects the client from the current server
src/instance/mod.rs:353
↓ 2 callersMethoddo_notification
(&mut self, state: &mut crate::GameState, not: server::notify::Notification)
src/instance/mod.rs:549
↓ 2 callersFunctiondraw_elements_instanced
(ty: DrawType, count: usize, ety: Type, prim_count: usize)
src/render/gl.rs:246
↓ 2 callersFunctiondraw_money
(instance: &mut crate::GameInstance, state: &mut crate::GameState, ui: &ui::Node)
src/instance/base/stats.rs:24
↓ 2 callersMethoddrop_capture
Drops a capture if it hasn't been colllected
src/state.rs:174
↓ 2 callersFunctionensure_packet
(state: &Mutex<UdpSocketState>, packet: packet::Packet)
server/src/network/udp.rs:506
↓ 2 callersFunctionentity_variant
(ty: &Type<entity::ClientComponent>)
src/instance/base/staff.rs:465
↓ 2 callersMethodfaces
(&'a self)
model/src/main.rs:248
↓ 2 callersFunctionfactor
()
server/src/choice/parse.rs:225
↓ 2 callersMethodfetch_component
(&self, id: u32)
ecs/src/lib.rs:1553
↓ 2 callersMethodfiles
(&self)
server/src/steam.rs:106
↓ 2 callersFunctionfind_entity_at
(renderer: &render::Renderer, entities: &mut Container, pos: (i32, i32))
src/instance/base/mod.rs:764
↓ 2 callersFunctionfind_object_at
Returns the object id of the object at the cursor's location if any. Walls are only checked if they aren't lowered
src/instance/build.rs:1656
↓ 2 callersFunctionfind_remove_target
(objects: &[Option<(ObjectPlacement, ReverseObjectPlacement)>], loc: Location)
server/src/level/placement.rs:541
↓ 2 callersMethodfree
(&mut self, e: Entity)
ecs/src/internal.rs:286
↓ 2 callersMethodfree_all_components
(&mut self, id: u32)
ecs/src/internal.rs:384
↓ 2 callersFunctionfrom_table
(tbl: &Ref<Table>)
lua/src/lib.rs:991
↓ 2 callersFunctiongen_spawn
(level: &Level, rng: &mut R)
server/src/spawning.rs:226
↓ 2 callersFunctiongenerate_user_list
(ui: &ui::Node, steam: &steamworks::Client, renderer: &mut render::Renderer)
src/multiplayer/mod.rs:59
↓ 2 callersMethodget
(&self, i: usize)
util/src/bit.rs:39
↓ 2 callersMethodget_choice_index_by_name
(&self, name: ResourceKey<'_>)
server/src/choice/mod.rs:229
← previousnext →301–400 of 1,740, ranked by callers