Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Schr3da/gdext-rust-tutorials
/ init
Method
init
signals/rust/src/main_menu_node.rs:13–15 ·
view source on GitHub ↗
(base: Base<Node2D>)
Source
from the content-addressed store, hash-verified
11
#[godot_api]
12
impl INode2D for MainMenuNode {
13
fn init(base: Base<Node2D>) -> Self {
14
Self { base }
15
}
16
}
17
18
#[godot_api]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected