MCPcopy Create free account

hub / github.com/bbodi/rustarok / functions

Functions1,032 in github.com/bbodi/rustarok

↓ 2 callersMethodadd_me_to
(&self, num: i32)
common/src/common.rs:369
↓ 2 callersMethodadd_predicting_entity
( &mut self, server_id: EntityId<Remote>, initial_state: LocalCharStateComp<Local>,
client/src/systems/snapshot_sys.rs:120
↓ 2 callersMethodapply_status
(&mut self, apply_status_comp: ApplyStatusComponent)
client/src/components/skills/skills.rs:125
↓ 2 callersMethodas_seconds_f32
(&self)
common/src/common.rs:284
↓ 2 callersMethodas_slice_from
(&self, from: usize)
common/src/grf/binary_reader.rs:119
↓ 2 callersMethodbackup_surface
Clones backup surfaces, quite inefficient to share one surface...
client/src/grf/asset_loader.rs:410
↓ 2 callersMethodblend_func
(&self, n: MyGlBlendEnum, b: MyGlBlendEnum)
client/src/my_gl.rs:335
↓ 2 callersMethodbuffer_data
( &self, target: MyGlEnum, size: GLsizeiptr, data: *const c_void, usag
client/src/my_gl.rs:107
↓ 2 callersMethodcan_support
(&self, other: Team)
common/src/components/char.rs:713
↓ 2 callersMethodcast_skill_on_pos
(&mut self, char_id: EntityId<Local>, skill: Skills, pos: Vec2)
client/src/tests/mod.rs:499
↓ 2 callersMethodchange_armor
( &mut self, modifier: CharAttributeModifier, started: GameTime<Local>, until:
common/src/char_attr.rs:299
↓ 2 callersMethodclear
(&mut self)
client/src/render/render_command.rs:102
↓ 2 callersFunctioncolor_grad
(from_color: [f32; 4], to_color: [f32; 4], perc: f32)
client/src/systems/imgui_sys.rs:836
↓ 2 callersFunctioncreate_client_entity
( world: &mut specs::World, name: String, typ: CharType, job_id: JobId, pos: Vec2, tea
client/src/components/char.rs:181
↓ 2 callersFunctioncreate_client_minion_entity
( world: &mut specs::World, pos: Vec2, team: Team, )
client/src/components/char.rs:332
↓ 2 callersFunctioncreate_dummy
(ecs_world: &mut specs::World, pos2d: Vec2, job_id: JobId)
server/src/console_cmd.rs:151
↓ 2 callersFunctioncreate_ecs_world
()
client/src/runtime_assets/ecs.rs:20
↓ 2 callersFunctioncreate_status_payload
( name: &str, self_char_id: EntityId<Local>, now: GameTime<Local>, time: i32, value: i32,
client/src/systems/console_commands/mod.rs:710
↓ 2 callersMethodcreate_view_matrix
(&self)
client/src/cam.rs:108
↓ 2 callersMethoddisable
(&self, n: MyGlEnum)
client/src/my_gl.rs:327
↓ 2 callersFunctiondisconnect_client
( remote_clients: &mut [Option<RemoteClient>], socket_id: SocketId, ecs_world: &mut specs::World,
server/src/main.rs:633
↓ 2 callersMethoddiscriminant_eq
(&self, other: &Self)
common/src/components/char.rs:119
↓ 2 callersMethoddraw_health_bar
( &self, is_self: bool, is_same_team: bool, static_char_data: &StaticCharDataC
client/src/render/render_sys.rs:1431
↓ 2 callersMethodenable
(&self, n: MyGlEnum)
client/src/my_gl.rs:331
↓ 2 callersFunctionexecute_console_cmd
( controller_id: Option<ControllerEntityId>, args: CommandArguments, ecs_world: &mut specs::World,
server/src/console_cmd.rs:23
↓ 2 callersFunctionexecute_console_command
( cmd: CommandArguments, ecs_world: &mut World, video: &mut Video, command_defs: &HashMap<Stri
client/src/main.rs:1256
↓ 2 callersMethodfilter_autocompletion_list
(&mut self)
client/src/systems/console_system.rs:130
↓ 2 callersMethodforce_simulation
(&mut self)
client/src/client.rs:71
↓ 2 callersMethodget_enemy
(&self)
client/src/components/controller.rs:230
↓ 2 callersMethodget_model_index
(&self, name: &str)
client/src/grf/database.rs:40
↓ 2 callersMethodget_mut_snapshot
(&mut self, tick: u64)
client/src/systems/snapshot_sys.rs:21
↓ 2 callersMethodget_programiv
(&self, program: GLuint, pname: MyGlEnum, params: *mut GLint)
client/src/my_gl.rs:239
↓ 2 callersMethodget_shaderiv
(&self, program: GLuint, pname: MyGlEnum, params: *mut GLint)
client/src/my_gl.rs:243
↓ 2 callersMethodget_slice
(&self, index: usize, size: usize)
common/src/grf/binary_reader.rs:51
↓ 2 callersFunctionget_sprite_and_action_index
( outlook: &CharOutlook, sprites: &'a Sprites, char_state: &CharState<Local>, )
client/src/components/char.rs:476
↓ 2 callersFunctionget_sprite_index
(state: &CharState<Local>, is_monster: bool)
client/src/components/char.rs:438
↓ 2 callersMethodget_y
(&self)
client/src/components/char.rs:638
↓ 2 callersMethodhandle_socket
(&mut self, socket_stream: TcpStream)
common/src/packets/mod.rs:301
↓ 2 callersMethodid
(&self)
client/src/video.rs:462
↓ 2 callersMethodinput_added
( &mut self, keep_input_prompt: bool, command_defs: &HashMap<String, CommandDefinition
client/src/systems/console_system.rs:437
↓ 2 callersMethodinsert_comp
(&self, entitiy_id: Entity, comp: C)
client/src/components/skills/skills.rs:103
↓ 2 callersMethodinsert_str_to_prompt
( &mut self, text: &str, static_char_storage: &ReadStorage<StaticCharDataComponent>,
client/src/systems/console_system.rs:355
↓ 2 callersMethodis_alive
(&self)
common/src/components/char.rs:137
↓ 2 callersMethodis_visible
(&self, pos: Vec2)
client/src/cam.rs:30
↓ 2 callersMethodkey_pressed
(&mut self, key: Scancode)
client/src/components/controller.rs:320
↓ 2 callersMethodlimit
(&mut self, min: Percentage, max: Percentage)
common/src/common.rs:339
↓ 2 callersFunctionload_all_last_acked_states_into_world
(ecs_world: &mut World)
client/src/main.rs:955
↓ 2 callersFunctionload_common_configs
(filename: &str)
server/src/config.rs:16
↓ 2 callersMethodload_last_acked_remote_entities_state_into_world
( &self, entities: &specs::Entities, auth_storage: &mut WriteStorage<LocalCharStateCom
client/src/systems/snapshot_sys.rs:512
↓ 2 callersMethodload_spr_and_act_inner
( &self, path: &str, palette_index: Option<usize>, palette: Option<&[u8]>,
client/src/grf/asset_async_loader.rs:850
↓ 2 callersMethodmove_along_x
(&mut self, speed: f32)
client/src/cam.rs:104
↓ 2 callersMethodmove_along_z
(&mut self, speed: f32)
client/src/cam.rs:100
↓ 2 callersMethodmove_side
(&mut self, speed: f32)
client/src/cam.rs:96
↓ 2 callersMethodprint
(&mut self, text: &str)
client/src/systems/console_system.rs:177
↓ 2 callersMethodread_dir
(&self, dir_name: &str)
common/src/grf/asset_loader.rs:236
↓ 2 callersMethodread_f32
(&mut self)
common/src/packets/mod.rs:123
↓ 2 callersMethodread_u8
(&mut self)
common/src/packets/mod.rs:117
↓ 2 callersMethodreceive_exact_into
( &self, out: &mut Vec<(SocketId, NetworkTrafficEvent<I>)>, count: usize, )
common/src/packets/mod.rs:329
↓ 2 callersMethodreset
(&mut self)
common/src/packets/mod.rs:231
↓ 2 callersMethodreset_tail_index
(&mut self)
client/src/systems/snapshot_sys.rs:185
↓ 2 callersMethodreset_y_and_angle
(&mut self, projection: &Mat4, resolution_w: u32, resolution_h: u32)
client/src/components/controller.rs:171
↓ 2 callersMethodrot_radian
(&mut self, rot_radian: f32)
client/src/render/render_command.rs:1087
↓ 2 callersMethodrotate
(&mut self, pitch: f32, yaw: f32)
client/src/cam.rs:81
↓ 2 callersMethodrun
( &mut self, self_auth_state: &LocalCharStateComp<Local>, input: &HumanInputComponent,
client/src/systems/ui.rs:23
↓ 2 callersMethodset_client_last_command_id
(&mut self, cid: u32)
client/src/systems/snapshot_sys.rs:139
↓ 2 callersMethodset_input
(&mut self, new_input: String)
client/src/systems/console_system.rs:92
↓ 2 callersMethodset_y
(&mut self, y: f32)
client/src/components/char.rs:634
↓ 2 callersFunctionsimple_value
( caption: &str, cur_value: f32, ui: &imgui::Ui, min_value: f32, max_value: f32, offse
client/src/systems/imgui_sys.rs:747
↓ 2 callersMethodstack
(&mut self, other: &StatusEnum)
client/src/components/status/status.rs:445
↓ 2 callersMethodstate_type_has_changed
(&self, state: &CharState<Local>)
client/src/components/char.rs:642
↓ 2 callersMethodstate_went_into_casting
( mut self, expected_char_id: EntityId<Local>, )
client/src/tests/mod.rs:253
↓ 2 callersMethoduniform4fv
(&self, location: GLint, count: GLsizei, value: *const GLfloat)
client/src/my_gl.rs:299
↓ 2 callersMethodviewport
(&self, x: i32, y: i32, w: i32, h: i32)
client/src/my_gl.rs:93
↓ 2 callersMethodwrite
(&mut self, src: &[u8])
common/src/packets/mod.rs:25
↓ 2 callersMethodwrite_f32
(&mut self, value: f32)
common/src/packets/mod.rs:167
↓ 2 callersFunctionwrite_into_str2
(a: ([u8; 14], usize), dst: &mut String, len_with_padding: usize)
client/src/systems/imgui_sys.rs:346
↓ 2 callersMethodwrite_u8
(&mut self, value: u8)
common/src/packets/mod.rs:162
↓ 1 callersMethodabsorbed
(self)
common/src/attack.rs:143
↓ 1 callersFunctionaccept_connection
(listener: &mut TcpListener)
server/src/main.rs:95
↓ 1 callersFunctionaccept_new_connections
( socket_listener: &mut TcpListener, packet_handler_thread: &mut PacketHandlerThread<ToServerPacket, F
server/src/main.rs:318
↓ 1 callersMethodack_arrived
( &mut self, client_tick: SimulationTick, acked_cid: u32, snapshots_from_serve
client/src/systems/snapshot_sys.rs:216
↓ 1 callersMethodack_arrived_for_local_player
( &self, client_tick: SimulationTick, acked_cid: u32, predicted_snapshots: &Ch
client/src/systems/snapshot_sys.rs:336
↓ 1 callersMethodack_arrived_for_server_entities
( &self, predictions: &[CharSnapshots], snapshots_from_server: &[ServerEntityState<Loc
client/src/systems/snapshot_sys.rs:395
↓ 1 callersMethodadd
(&self, other: GameTime<Local>)
common/src/common.rs:252
↓ 1 callersMethodadd_effect_command
( &'a mut self, pos: &Vec2, effect_id: StrEffectId, key_index: i32, la
client/src/render/render_command.rs:178
↓ 1 callersMethodadd_effect_command2
(&'a mut self, pos: &Vec2, effect_id: StrEffectId, key_index: i32)
client/src/render/render_command.rs:174
↓ 1 callersMethodadd_enemy
(&mut self, entity_id: EntityId<Local>)
client/src/components/controller.rs:210
↓ 1 callersMethodadd_friend
(&mut self, entity_id: EntityId<Local>)
client/src/components/controller.rs:206
↓ 1 callersMethodadd_intention
(&mut self, intention: (u32, Option<PlayerIntention<Local>>))
client/src/systems/snapshot_sys.rs:175
↓ 1 callersMethodadd_model_command_3d
(&'a mut self, model_instance_index: usize, is_transparent: bool)
client/src/render/render_command.rs:123
↓ 1 callersMethodadd_pos
(&mut self, new_pos: Vec2)
common/src/components/char.rs:490
↓ 1 callersMethodadd_sound_command
(&mut self, sound_id: SoundId)
client/src/audio/sound_sys.rs:56
↓ 1 callersMethodapply_area_status
(&mut self, apply_status_comp: ApplyStatusInAreaComponent)
client/src/components/skills/skills.rs:129
↓ 1 callersMethodattach_shader
(&self, program: GLuint, shader: GLuint)
client/src/my_gl.rs:323
↓ 1 callersMethodbind_dynamic
(&mut self, gl: &Gl, vertices: &[T])
client/src/video.rs:273
↓ 1 callersFunctionbind_server
(port: u16)
server/src/main.rs:87
↓ 1 callersMethodcalc_attribs
(&self, modifiers: &mut CharAttributeModifierCollector)
client/src/components/status/status.rs:282
↓ 1 callersMethodcalc_body_sprite
( &self, assets: &'a AssetResources, job_id: JobId, sex: Sex, )
client/src/components/status/status.rs:760
↓ 1 callersMethodcalc_entities_below_cursor
(&mut self, self_team: Team, mouse_x: u16, mouse_y: u16)
client/src/components/controller.rs:126
↓ 1 callersMethodcalc_render_color
(&self, now: GameTime<Local>)
client/src/components/status/status.rs:784
← previousnext →201–300 of 1,032, ranked by callers