Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbodi/rustarok
/ functions
Functions
1,032 in github.com/bbodi/rustarok
⨍
Functions
1,032
◇
Types & classes
381
↓ 1 callers
Method
can_move
(&self, sys_time: GameTime<Local>)
common/src/components/char.rs:450
↓ 1 callers
Method
can_simulation_run
(&self)
client/src/client.rs:36
↓ 1 callers
Method
can_target_be_controlled
(&self)
client/src/components/status/status.rs:130
↓ 1 callers
Method
can_target_cast
(&self)
client/src/components/status/status.rs:109
↓ 1 callers
Method
can_target_move
TODO: const fn
client/src/components/status/status.rs:88
↓ 1 callers
Method
cast_skill_on_self
(&mut self, char_id: EntityId<Local>, skill: Skills)
client/src/tests/mod.rs:516
↓ 1 callers
Method
change_attack_damage
( &mut self, modifier: CharAttributeModifier, started: GameTime<Local>, until:
common/src/char_attr.rs:269
↓ 1 callers
Method
change_attack_range
( &mut self, modifier: CharAttributeModifier, started: GameTime<Local>, until:
common/src/char_attr.rs:326
↓ 1 callers
Method
change_attack_speed
( &mut self, modifier: CharAttributeModifier, started: GameTime<Local>, until:
common/src/char_attr.rs:284
↓ 1 callers
Method
circle
(mut self, radius: f32)
client/src/components/char.rs:169
↓ 1 callers
Method
cleanup_released_keys
(&mut self)
client/src/components/controller.rs:311
↓ 1 callers
Function
client_id_to_server
only the server must implement it
server/src/main.rs:134
↓ 1 callers
Function
cmd_add_falcon
()
client/src/systems/console_commands/mod.rs:1372
↓ 1 callers
Function
cmd_add_status
()
client/src/systems/console_commands/mod.rs:749
↓ 1 callers
Function
cmd_bind_key
()
client/src/systems/console_commands/mod.rs:62
↓ 1 callers
Function
cmd_clear
()
client/src/systems/console_commands/mod.rs:516
↓ 1 callers
Function
cmd_clone_char
()
client/src/systems/console_commands/mod.rs:1064
↓ 1 callers
Function
cmd_control_char
()
client/src/systems/console_commands/mod.rs:1109
↓ 1 callers
Function
cmd_disable_collision
()
client/src/systems/console_commands/mod.rs:949
↓ 1 callers
Function
cmd_enable_collision
()
client/src/systems/console_commands/mod.rs:913
↓ 1 callers
Function
cmd_follow_char
()
client/src/systems/console_commands/mod.rs:1048
↓ 1 callers
Function
cmd_get_pos
()
client/src/systems/console_commands/mod.rs:1286
↓ 1 callers
Function
cmd_goto
()
client/src/systems/console_commands/mod.rs:1238
↓ 1 callers
Function
cmd_heal
()
client/src/systems/console_commands/mod.rs:560
↓ 1 callers
Function
cmd_inspect
()
client/src/systems/console_commands/mod.rs:1215
↓ 1 callers
Function
cmd_kill_all
()
client/src/systems/console_commands/mod.rs:328
↓ 1 callers
Function
cmd_kill_all
( controller_id: Option<ControllerEntityId>, args: CommandArguments, ecs_world: &mut specs::World,
server/src/console_cmd.rs:219
↓ 1 callers
Function
cmd_list_entities
()
client/src/systems/console_commands/mod.rs:271
↓ 1 callers
Function
cmd_list_players
()
client/src/systems/console_commands/mod.rs:410
↓ 1 callers
Function
cmd_list_statuses
()
client/src/systems/console_commands/mod.rs:813
↓ 1 callers
Function
cmd_reload_configs
()
client/src/systems/console_commands/mod.rs:351
↓ 1 callers
Function
cmd_reload_configs
( controller_id: Option<ControllerEntityId>, args: CommandArguments, ecs_world: &mut specs::World,
server/src/console_cmd.rs:270
↓ 1 callers
Function
cmd_remove_falcon
()
client/src/systems/console_commands/mod.rs:1421
↓ 1 callers
Function
cmd_resurrect
()
client/src/systems/console_commands/mod.rs:985
↓ 1 callers
Function
cmd_set_config
()
client/src/systems/console_commands/mod.rs:1469
↓ 1 callers
Function
cmd_set_damping
()
client/src/systems/console_commands/mod.rs:1170
↓ 1 callers
Function
cmd_set_fullscreen
()
client/src/systems/console_commands/mod.rs:498
↓ 1 callers
Function
cmd_set_job
()
client/src/systems/console_commands/mod.rs:104
↓ 1 callers
Function
cmd_set_mass
()
client/src/systems/console_commands/mod.rs:1125
↓ 1 callers
Function
cmd_set_outlook
()
client/src/systems/console_commands/mod.rs:185
↓ 1 callers
Function
cmd_set_pos
()
client/src/systems/console_commands/mod.rs:1323
↓ 1 callers
Function
cmd_set_resolution
(resolutions: Vec<String>)
client/src/systems/console_commands/mod.rs:447
↓ 1 callers
Function
cmd_set_team
()
client/src/systems/console_commands/mod.rs:851
↓ 1 callers
Function
cmd_spawn_area
()
client/src/systems/console_commands/mod.rs:603
↓ 1 callers
Function
cmd_spawn_entity
()
client/src/systems/console_commands/mod.rs:363
↓ 1 callers
Function
cmd_spawn_entity
( _controller_id: Option<ControllerEntityId>, args: CommandArguments, ecs_world: &mut specs::World
server/src/console_cmd.rs:56
↓ 1 callers
Function
cmd_toggle_console
()
client/src/systems/console_commands/mod.rs:49
↓ 1 callers
Method
collision_group
(mut self, self_group: CollisionGroup)
client/src/components/char.rs:88
↓ 1 callers
Method
compile_shader
(&self, n: GLuint)
client/src/my_gl.rs:235
↓ 1 callers
Function
create_3d_rot_matrix
(rotation_rad: &(Vector3<f32>, f32))
client/src/render/render_command.rs:32
↓ 1 callers
Function
create_client_dummy_entity
( world: &mut specs::World, job_id: JobId, pos: Vec2, )
client/src/components/char.rs:242
↓ 1 callers
Function
create_collider
(physics_world: &mut PhysicEngine, cell: &BlockingRectangle)
client/src/runtime_assets/map.rs:268
↓ 1 callers
Function
create_ecs_world
()
server/src/main.rs:665
↓ 1 callers
Method
create_entity_with_comp
(&self, comp: C)
client/src/components/skills/skills.rs:110
↓ 1 callers
Method
create_gl_texture_atlas
( &self, texture_names: &Vec<String>, texture_id_pool: &mut Vec<TextureId>, re
client/src/grf/asset_async_loader.rs:604
↓ 1 callers
Method
create_number_vertex_array
(&self, gl: &Gl, number: u32)
client/src/render/opengl_render_sys.rs:599
↓ 1 callers
Method
create_program
(&self)
client/src/my_gl.rs:319
↓ 1 callers
Method
create_shader
(&self, kind: MyGlEnum)
client/src/my_gl.rs:251
↓ 1 callers
Function
create_whitespace_cstring_with_len
(len: usize)
client/src/video.rs:648
↓ 1 callers
Method
delete_buffers
(&self, n: GLsizei, buffers: *const GLuint)
client/src/my_gl.rs:213
↓ 1 callers
Method
delete_program
(&self, program: GLuint)
client/src/my_gl.rs:347
↓ 1 callers
Method
delete_shader
(&self, n: GLuint)
client/src/my_gl.rs:221
↓ 1 callers
Method
delete_textures
(&self, n: GLsizei, textures: *const GLuint)
client/src/my_gl.rs:209
↓ 1 callers
Method
delete_vertex_arrays
(&self, n: GLsizei, buffers: *const GLuint)
client/src/my_gl.rs:217
↓ 1 callers
Method
detach_shader
(&self, program: GLuint, shader: GLuint)
client/src/my_gl.rs:339
↓ 1 callers
Method
disable_vertex_attrib_array
(&self, index: GLuint)
client/src/my_gl.rs:172
↓ 1 callers
Method
draw_arrays
(&self, mode: MyGlEnum, first: GLint, count: GLsizei)
client/src/my_gl.rs:141
↓ 1 callers
Method
draw_characters
( &self, camera: &CameraComponent, local_player: &mut LocalPlayerController, c
client/src/render/render_sys.rs:379
↓ 1 callers
Function
draw_entity_window
(ecs_world: &mut specs::World, ui: &imgui::Ui)
client/src/systems/imgui_sys.rs:219
↓ 1 callers
Function
draw_imgui
(ecs_world: &mut specs::World, ui: &imgui::Ui)
client/src/systems/imgui_sys.rs:127
↓ 1 callers
Function
draw_inspected_entity_windows
(ecs_world: &mut specs::World, ui: &imgui::Ui)
client/src/systems/imgui_sys.rs:381
↓ 1 callers
Function
draw_network_window
(data: &mut ImguiData, ui: &imgui::Ui)
client/src/systems/imgui_sys.rs:637
↓ 1 callers
Method
ensure_size
(&self, requried_size: usize)
common/src/packets/mod.rs:237
↓ 1 callers
Function
entity_outlook
( ui: &imgui::Ui, inspected_entity_id: &EntityId<Local>, static_char_data_storage: &mut WriteStora
client/src/systems/imgui_sys.rs:528
↓ 1 callers
Function
entity_state
( ui: &imgui::Ui, now: GameTime<Local>, inspected_entity_id: &EntityId<Local>, char_state_stor
client/src/systems/imgui_sys.rs:433
↓ 1 callers
Function
execute_console_commands
( ecs_world: &mut World, video: &mut Video, command_defs: &HashMap<String, CommandDefinition>, )
client/src/main.rs:1226
↓ 1 callers
Function
execute_finished_skill_castings
(ecs_world: &mut World)
client/src/main.rs:1275
↓ 1 callers
Method
fill_bulk_reserved_model_slot
( &mut self, model_index: usize, model_render_data: ModelRenderData, name: Str
client/src/grf/database.rs:66
↓ 1 callers
Method
fill_bulk_reserved_texture_slot
( &mut self, texture_id: TextureId, gl_texture: GlTexture, name: String, )
client/src/grf/database.rs:131
↓ 1 callers
Method
fill_reserved_texture_slot
( &mut self, texture_id: TextureId, gl_texture: GlTexture, )
client/src/grf/database.rs:123
↓ 1 callers
Method
finish_attack
( &self, calculated_attribs: &CharAttributes, caster_entity_id: EntityId<Local>,
common/src/attack.rs:35
↓ 1 callers
Method
finish_cast
( &self, params: &FinishCast, ecs_world: &mut specs::world::World, )
client/src/components/skills/cure.rs:17
↓ 1 callers
Method
fps
(&mut self, ping: usize)
client/src/systems/imgui_sys.rs:97
↓ 1 callers
Method
gen_buffers
(&self, n: GLsizei, buffers: *mut GLuint)
client/src/my_gl.rs:99
↓ 1 callers
Method
gen_textures
(&self, n: GLsizei, textures: *mut GLuint)
client/src/my_gl.rs:180
↓ 1 callers
Method
gen_vertex_arrays
(&self, n: GLsizei, arrays: *mut GLuint)
client/src/my_gl.rs:117
↓ 1 callers
Method
get_acked_state_for
(&self, index: usize)
client/src/systems/snapshot_sys.rs:161
↓ 1 callers
Function
get_all_effect_names
(asset_loader: &GrfEntryLoader)
client/src/main.rs:1298
↓ 1 callers
Function
get_all_map_names
(asset_loader: &GrfEntryLoader)
client/src/main.rs:1314
↓ 1 callers
Method
get_autocompletion_list
( &self, _param_index: usize, _input_storage: &ReadStorage<StaticCharDataComponent>,
client/src/systems/console_system.rs:696
↓ 1 callers
Method
get_basic_attack_type
(&self)
common/src/components/char.rs:208
↓ 1 callers
Method
get_body_sprite
( &self, assets: &'a AssetResources, job_id: JobId, sex: Sex, )
client/src/components/status/status.rs:173
↓ 1 callers
Method
get_cast_attributes
( &'a self, configs: &'a CommonConfigs, char_state: &StaticCharDataComponent, )
client/src/components/skills/skills.rs:348
↓ 1 callers
Function
get_client_char_id
( controller_id: Option<ControllerEntityId>, ecs_world: &mut specs::World, )
server/src/console_cmd.rs:44
↓ 1 callers
Method
get_collision_group
(&self)
common/src/components/char.rs:617
↓ 1 callers
Method
get_effect_filename
(&self)
client/src/effect.rs:33
↓ 1 callers
Method
get_entry_names
(&self)
common/src/grf/asset_loader.rs:192
↓ 1 callers
Method
get_friend
(&self)
client/src/components/controller.rs:226
↓ 1 callers
Method
get_friend_except
(&self, except_id: EntityId<Local>)
client/src/components/controller.rs:218
↓ 1 callers
Method
get_last_acknowledged_index
(&self)
client/src/systems/snapshot_sys.rs:193
← previous
next →
301–400 of 1,032, ranked by callers