MCPcopy Create free account

hub / github.com/LaVashikk/VMF-to-PBR / functions

Functions273 in github.com/LaVashikk/VMF-to-PBR

Methodintersects
Checking the intersection of two AABBs
src/utils/math.rs:192
Methodis_command
(&self)
in-game-debug/crates/source-sdk/src/cvar/mod.rs:39
Methodis_connected
Is the game paused?
in-game-debug/crates/source-sdk/src/client.rs:119
Methodis_in_game
Returns `true` if the player is fully connected and in the game.
in-game-debug/crates/source-sdk/src/client.rs:114
Methodis_loading_map
Returns `true` if the game is currently showing a loading screen.
in-game-debug/crates/source-sdk/src/client.rs:164
Methodis_open
(&self)
in-game-debug/crates/custom_windows/src/engine_api_demo.rs:47
Methodis_open
(&self)
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:288
Methodis_paused
Returns `true` if game in pause.
in-game-debug/crates/source-sdk/src/client.rs:124
Methodis_registered
Checks if the ConVar has been registered with the engine's CVar system.
in-game-debug/crates/source-sdk/src/cvar/convar.rs:80
Methodis_should_render
(&self, shared_state: &SharedState, _engine: &source_sdk::Engine)
in-game-debug/crates/custom_windows/src/engine_api_demo.rs:48
Methodis_should_render
(&self, shared_state: &SharedState, _engine: &source_sdk::Engine)
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:289
Methodis_singlplayer
Returns `true` if the game is in singleplayer mode.
in-game-debug/crates/source-sdk/src/client.rs:159
Methodis_topmost_enabled_context
(&self, context: *mut InputContextT)
in-game-debug/crates/source-sdk/src/input_system.rs:44
Methodis_valid
(&self)
in-game-debug/crates/egui_backend/src/inputman.rs:50
Methodkey_lookup_binding
Looks up the key binding for a given command. Returns the key name if found, otherwise an empty string.
in-game-debug/crates/source-sdk/src/client.rs:201
Methodlerp
(self, other: Self, t: f32)
src/utils/math.rs:68
Functionlevel_init
(_this: *mut c_void, _map_name: *const c_char)
in-game-debug/crates/injector_server_plugin/src/lib.rs:66
Functionlevel_shutdown
(_this: *mut c_void)
in-game-debug/crates/injector_server_plugin/src/lib.rs:68
Functionmain
()
in-game-debug/crates/injector_d3d9_proxy/build.rs:1
Functionmain
()
src/main.rs:53
Methodmul
(self, s: f32)
src/utils/math.rs:111
Methodname
(&self)
in-game-debug/crates/custom_windows/src/lib.rs:62
Methodname
(&self)
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:286
Methodname
Returns the player's name as a Rust String.
in-game-debug/crates/source-sdk/src/types.rs:62
Methodname
(&self)
src/types.rs:35
Functionnetwork_id_validated
(_this: *mut c_void, _username: *const c_char, _network_id: *const c_char)
in-game-debug/crates/injector_server_plugin/src/lib.rs:77
Methodnew
(engine_instance: source_sdk::Engine)
in-game-debug/crates/overlay_runtime/src/lib.rs:53
Methodnew
()
in-game-debug/crates/egui_backend/src/texman.rs:32
Methodnew
(hwnd: HWND)
in-game-debug/crates/egui_backend/src/inputman.rs:61
Methodnew
()
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:32
Methodnew
(ent: &Entity)
in-game-debug/crates/custom_windows/src/pbr_debug/types.rs:9
Methodnew
(x: f32, y: f32, z: f32)
src/utils/math.rs:15
Methodnew
(mut entity: Entity)
src/processing/surface_wrappers.rs:68
Methodnew
(normal: Vec3, dist: f32)
src/processing/geometry.rs:17
Functionon_device_created
Called by d3d9_hook_core on first valid device.
in-game-debug/crates/overlay_runtime/src/lib.rs:171
Functionon_edict_allocated
(_this: *mut c_void, _entity: *const c_void)
in-game-debug/crates/injector_server_plugin/src/lib.rs:79
Functionon_edict_freed
(_this: *mut c_void, _entity: *const c_void)
in-game-debug/crates/injector_server_plugin/src/lib.rs:80
Functionon_post_reset
Called by d3d9_hook_core after Reset.
in-game-debug/crates/overlay_runtime/src/lib.rs:218
Functionon_pre_reset
Called by d3d9_hook_core before Reset.
in-game-debug/crates/overlay_runtime/src/lib.rs:209
Functionon_present
Called by d3d9_hook_core every Present.
in-game-debug/crates/overlay_runtime/src/lib.rs:194
Functionon_query_cvar_value_finished
(_this: *mut c_void, _cookie: i32, _entity: *const c_void, _status: i32, _cvar_name: *const c_char, _cvar_valu
in-game-debug/crates/injector_server_plugin/src/lib.rs:78
Functionparse_albedo_tint
Helper for parsing string vectors into an array
src/utils/vmt_helper.rs:109
Methodparse_from_vmt
(vmt_data: &str)
src/utils/vmt_helper.rs:81
Methodparse_vmt_file
(path: &std::path::Path)
src/utils/vmt_helper.rs:102
Functionplugin_load
(_this: *mut c_void, _interface_factory: CreateInterfaceFn, _game_server_factory: CreateInterfaceFn)
in-game-debug/crates/injector_server_plugin/src/lib.rs:44
Functionplugin_pause
(_this: *mut c_void)
in-game-debug/crates/injector_server_plugin/src/lib.rs:64
Functionplugin_unload
(_this: *mut c_void)
in-game-debug/crates/injector_server_plugin/src/lib.rs:55
Functionplugin_unpause
(_this: *mut c_void)
in-game-debug/crates/injector_server_plugin/src/lib.rs:65
Methodpost_reset
(&mut self, dev: &IDirect3DDevice9)
in-game-debug/crates/egui_backend/src/lite.rs:61
Methodpre_reset
(&mut self)
in-game-debug/crates/egui_backend/src/lite.rs:56
Methodpresent
(&mut self, dev: &IDirect3DDevice9, mut draw: impl FnMut(&Context))
in-game-debug/crates/egui_backend/src/lite.rs:68
Methodprocess_debug_logic
(&mut self, ctx: &egui::Context, engine: &Engine)
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:278
Methodreset
Resets the ConVar to its default value.
in-game-debug/crates/source-sdk/src/cvar/convar.rs:138
Methodsave_vmf
(&mut self)
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:66
Methodserialize
(&self, serializer: S)
src/generators/vscript.rs:15
Functionserver_activate
(_this: *mut c_void, _entity_list: *const c_void, _entity_count: i32, _client_max: i32)
in-game-debug/crates/injector_server_plugin/src/lib.rs:63
Functionset_command_client
(_this: *mut c_void, _index: i32)
in-game-debug/crates/injector_server_plugin/src/lib.rs:73
Methodset_cursor_position
(&self, context: *mut InputContextT, x: i32, y: i32)
in-game-debug/crates/source-sdk/src/input_system.rs:41
Methodsetup
(dev: &IDirect3DDevice9, viewport: D3DVIEWPORT9)
in-game-debug/crates/egui_backend/src/state.rs:34
Functionsetup_state
--- НОВАЯ, ИСПРАВЛЕННАЯ ВЕРСИЯ ---
in-game-debug/crates/egui_backend/src/state.rs:119
Methodsub
(self, other: Self)
src/utils/math.rs:104
Functiontest_direct_hit
()
src/processing/tracer.rs:180
Functiontest_grazing_miss
()
src/processing/tracer.rs:246
Functiontest_inside_out
()
src/processing/tracer.rs:219
Functiontest_miss_side
()
src/processing/tracer.rs:194
Functiontest_ray_starts_on_surface_and_goes_away
()
src/processing/tracer.rs:258
Functiontest_short_ray_before
()
src/processing/tracer.rs:206
Methodto_entity
(&self)
in-game-debug/crates/custom_windows/src/pbr_debug/types.rs:195
Methodtoggle
(&mut self)
in-game-debug/crates/custom_windows/src/lib.rs:63
Methodtoggle
(&mut self)
in-game-debug/crates/custom_windows/src/engine_api_demo.rs:46
Methodtoggle
(&mut self)
in-game-debug/crates/custom_windows/src/pbr_debug/mod.rs:287
Functionvalue_to_squirrel
(value: &Value, indent: usize)
src/utils/nut_writer.rs:3
Methodwnd_proc
(&mut self, umsg: u32, wparam: WPARAM, lparam: LPARAM)
in-game-debug/crates/egui_backend/src/lite.rs:160
← previous201–273 of 273, ranked by callers