Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dheatly23/godot-wasm
/ functions
Functions
1,308 in github.com/Dheatly23/godot-wasm
⨍
Functions
1,308
◇
Types & classes
195
Method
call_wasm
(&self, name: StringName, args: VarArray)
src/wasm_instance.rs:947
Method
call_wasm
(&self, args: VarArray)
src/godot_component/classes/script_like.rs:261
Method
callv
( &mut self, var: WasmResource<Variant>, name: WasmResource<Variant>, args: Wa
src/godot_component/core/object.rs:214
Method
callv
( &mut self, var: WasmResource<Variant>, args: WasmResource<Variant>, )
src/godot_component/core/callable.rs:101
Method
can_instantiate
(&mut self, class: WasmResource<Variant>)
src/godot_component/global/classdb.rs:88
Method
can_translate_messages
(&mut self, var: WasmResource<Variant>)
src/godot_component/core/object.rs:425
Method
cancel_free
(&mut self, var: WasmResource<Variant>)
src/godot_component/core/object.rs:89
Method
check_send
( &mut self, res: Resource<wasi::sockets::udp::OutgoingDatagramStream>, )
crates/wasi-isolated-fs/src/wasi.rs:1887
Method
check_write
( &mut self, res: Resource<wasi::io::streams::OutputStream>, )
crates/wasi-isolated-fs/src/wasi.rs:228
Method
clamped_size
Clamped chunk size.
crates/wasi-isolated-fs/src/fs_isolated.rs:386
Method
class_exists
(&mut self, class: WasmResource<Variant>)
src/godot_component/global/classdb.rs:47
Method
class_get_enum_constants
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, no_inh
src/godot_component/global/classdb.rs:103
Method
class_get_enum_list
( &mut self, class: WasmResource<Variant>, no_inherit: bool, )
src/godot_component/global/classdb.rs:121
Method
class_get_integer_constant
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, )
src/godot_component/global/classdb.rs:137
Method
class_get_integer_constant_enum
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, no_inh
src/godot_component/global/classdb.rs:148
Method
class_get_integer_constant_list
( &mut self, class: WasmResource<Variant>, no_inherit: bool, )
src/godot_component/global/classdb.rs:166
Method
class_get_method_list
( &mut self, class: WasmResource<Variant>, no_inherit: bool, )
src/godot_component/global/classdb.rs:182
Method
class_get_property
( &mut self, object: WasmResource<Variant>, name: WasmResource<Variant>, )
src/godot_component/global/classdb.rs:242
Method
class_get_property_list
( &mut self, class: WasmResource<Variant>, no_inherit: bool, )
src/godot_component/global/classdb.rs:198
Method
class_get_signal
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, )
src/godot_component/global/classdb.rs:230
Method
class_get_signal_list
( &mut self, class: WasmResource<Variant>, no_inherit: bool, )
src/godot_component/global/classdb.rs:214
Method
class_has_enum
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, no_inh
src/godot_component/global/classdb.rs:267
Method
class_has_integer_constant
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, )
src/godot_component/global/classdb.rs:284
Method
class_has_method
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, no_inh
src/godot_component/global/classdb.rs:295
Method
class_has_signal
( &mut self, class: WasmResource<Variant>, name: WasmResource<Variant>, )
src/godot_component/global/classdb.rs:312
Method
class_set_property
( &mut self, object: WasmResource<Variant>, name: WasmResource<Variant>, value
src/godot_component/global/classdb.rs:254
Method
clear
(&mut self, var: WasmResource<Variant>)
src/godot_component/core/dictionary.rs:67
Method
clear
(&mut self, name: WasmResource<Variant>)
src/godot_component/global/project_settings.rs:54
Method
clear_cache
(&mut self, h: WasmResource<Variant>)
src/godot_component/global/ip.rs:39
Function
click
(x: f64, y: f64, button: u32)
example/wasm/two-d-render/src/lib.rs:241
Function
click
(ox: f32, oy: f32, oz: f32, nx: f32, ny: f32, nz: f32, button: u32)
example/wasm/three-d-render/src/lib.rs:250
Method
click
(&mut self, _: f32, _: f32, button: MouseButton)
example/wasm/two-d-render/src/particles/nosimd.rs:112
Method
click
(&mut self, _: f32, _: f32, button: MouseButton)
example/wasm/two-d-render/src/particles/simd.rs:212
Method
click
(&mut self, _: f32, _: f32, _: MouseButton)
example/wasm/two-d-render/src/mandelbrot/nosimd.rs:87
Method
click
(&mut self, _: f32, _: f32, _: MouseButton)
example/wasm/two-d-render/src/mandelbrot/simd.rs:93
Method
click
(&mut self, x: f32, y: f32, button: MouseButton)
example/wasm/two-d-render/src/game_of_life/nosimd.rs:236
Method
click
(&mut self, x: f32, y: f32, button: MouseButton)
example/wasm/two-d-render/src/game_of_life/simd.rs:279
Method
click
(&mut self, _origin: Vec3, _norm: Vec3, _button: MouseButton)
example/wasm/three-d-render/src/lib.rs:66
Method
click
(&mut self, origin: Vec3, norm: Vec3, button: MouseButton)
example/wasm/three-d-render/src/maze.rs:107
Method
click
(&mut self, _: Vec3, _: Vec3, button: MouseButton)
example/wasm/three-d-render/src/wave/nosimd.rs:112
Method
click
(&mut self, _: Vec3, _: Vec3, button: MouseButton)
example/wasm/three-d-render/src/wave/simd.rs:176
Method
clock_controller
(&self)
crates/wasi-isolated-fs/src/context.rs:446
Method
clock_res_get
( &mut self, _: &mut GuestMemory<'_>, id: Clockid, )
crates/wasi-isolated-fs/src/preview1.rs:750
Method
clock_time_get
( &mut self, _: &mut GuestMemory<'_>, id: Clockid, _resolution: Timestamp,
crates/wasi-isolated-fs/src/preview1.rs:762
Method
clock_timezone
( &mut self, tz: Box<dyn Send + Sync + wasi::clocks::timezone::Host>, )
crates/wasi-isolated-fs/src/context.rs:254
Method
close
(&self)
crates/wasi-isolated-fs/src/stdio.rs:322
Method
close
(&mut self)
crates/wasi-isolated-fs/src/fs_isolated.rs:1533
Method
close
(&mut self)
crates/wasi-isolated-fs/src/fs_host.rs:325
Method
closed
()
crates/wasi-isolated-fs/src/errors.rs:376
Method
cmap
(c: Color)
src/godot_log.rs:109
Method
colors
(&self)
example/wasm/two-d-render/src/lib.rs:97
Method
compare
(&self, o: CharSlice<'b>)
src/rw_struct.rs:63
Method
compare_no_case
(&self, o: CharSlice<'b>)
src/rw_struct.rs:77
Function
config
()
example/wasm/two-d-render/src/lib.rs:209
Function
config
()
example/wasm/three-d-render/src/lib.rs:210
Method
config
()
example/wasm/two-d-render/src/lib.rs:151
Method
config
()
example/wasm/three-d-render/src/lib.rs:141
Method
connect
( &mut self, var: WasmResource<Variant>, callable: WasmResource<Variant>, flag
src/godot_component/core/signal.rs:47
Method
connect
( &mut self, var: WasmResource<Variant>, name: WasmResource<Variant>, callable
src/godot_component/core/object.rs:245
Method
consumer
(&self)
crates/wasi-isolated-fs/src/stdio.rs:302
Method
contains
(&mut self, var: WasmResource<Variant>, v: String)
src/godot_component/core/packed_array.rs:301
Method
convert
(dict: VarDictionary)
src/wasm_config.rs:177
Method
convert_error_code
( &mut self, e: errors::StreamError, )
crates/wasi-isolated-fs/src/wasi.rs:1257
Method
convert_stream_error
( &mut self, e: errors::StreamError, )
crates/wasi-isolated-fs/src/wasi.rs:474
Method
count
(&mut self, var: WasmResource<Variant>, v: String)
src/godot_component/core/packed_array.rs:306
Method
count
( &mut self, var: WasmResource<Variant>, item: Option<WasmResource<Variant>>, )
src/godot_component/core/array.rs:260
Method
create_directory_at
( &mut self, res: Resource<wasi::filesystem::types::Descriptor>, path: String, )
crates/wasi-isolated-fs/src/wasi.rs:783
Method
create_file
( &self, controller: &IsolatedFSController, name: impl Into<Arc<str>> + AsRef<str>,
crates/wasi-isolated-fs/src/fs_isolated.rs:1308
Method
create_tcp_socket
( &mut self, _address_family: wasi::sockets::network::IpAddressFamily, )
crates/wasi-isolated-fs/src/wasi.rs:1922
Method
create_udp_socket
( &mut self, _address_family: wasi::sockets::network::IpAddressFamily, )
crates/wasi-isolated-fs/src/wasi.rs:1932
Method
cursor
(&self)
crates/wasi-isolated-fs/src/fs_isolated.rs:1467
Method
cwd
( &mut self, cwd: impl Borrow<Utf8Path> + ToOwned<Owned = Utf8PathBuf>, )
crates/wasi-isolated-fs/src/context.rs:317
Method
default
()
example/wasm/connect-4/src/board.rs:12
Method
default
()
src/wasm_config.rs:287
Method
default
()
src/wasm_instance.rs:191
Method
default
()
src/wasm_objregistry/mod.rs:18
Method
default
()
crates/wasi-isolated-fs/src/stdio.rs:387
Method
default
()
crates/wasi-isolated-fs/src/fs_isolated.rs:166
Method
default
()
crates/wasi-isolated-fs/src/clock.rs:18
Method
default
()
crates/wasi-isolated-fs/src/preview1.rs:45
Method
default
()
crates/wasi-isolated-fs/src/context.rs:103
Method
delete_env_variable
(&self, key: GString)
src/wasi_ctx/mod.rs:298
Method
deref
(&self)
src/godot_util.rs:41
Method
deref
(&self)
src/wasm_util.rs:332
Method
deref
(&self)
crates/wasi-isolated-fs/src/fs_isolated.rs:764
Method
deref_mut
(&mut self)
src/godot_util.rs:47
Method
deref_mut
(&mut self)
src/wasm_util.rs:339
Method
deref_mut
(&mut self)
crates/wasi-isolated-fs/src/fs_isolated.rs:774
Method
deref_mut
(&mut self)
crates/wasi-isolated-fs/src/items.rs:366
Method
deserialize
Required method
src/godot_log.rs:83
Method
deserialize
(&self, data: PackedByteArray, imports: VarDictionary)
src/wasm_engine.rs:537
Method
deserialize_bytes
(&self, data: PackedByteArray)
src/wasm_engine.rs:563
Method
deserialize_file
(&self, path: GString, imports: VarDictionary)
src/wasm_engine.rs:550
Method
disconnect
( &mut self, var: WasmResource<Variant>, callable: WasmResource<Variant>, )
src/godot_component/core/signal.rs:61
Method
disconnect
( &mut self, var: WasmResource<Variant>, name: WasmResource<Variant>, callable
src/godot_component/core/object.rs:261
Method
display
( &mut self, time: wasi::clocks::timezone::Datetime, )
crates/wasi-isolated-fs/src/wasi.rs:1339
Method
display
( &mut self, _: wasi::clocks::timezone::Datetime, )
crates/wasi-isolated-fs/src/clock.rs:78
Function
display_option
(v: &Option<T>)
src/lib.rs:60
Method
drop
(&mut self)
src/wasm_util.rs:318
Method
drop
(&mut self, rep: WasmResource<Variant>)
src/godot_component/mod.rs:225
← previous
next →
401–500 of 1,308, ranked by callers