MCPcopy Create free account

hub / github.com/PlaceGD/gd-place-2024 / functions

Functions412 in github.com/PlaceGD/gd-place-2024

FunctionhandleSignOut
()
src/login/login.ts:52
FunctionhandleUnsub
(state: wasm.State)
src/level_view/view_controls.ts:104
FunctionhexToRgb
(hex: string)
shared-lib/src/util.ts:30
Methodhide_stats
(&mut self)
rust/wasm-lib/src/state.rs:568
FunctionhsvToRgb
( h: number, s: number, v: number )
shared-lib/src/util.ts:41
Functionhsv_to_rgb
(h: f32, s: f32, v: f32)
rust/rust-shared/src/util.rs:15
FunctioninitUserData
( uid: string, username: string, turnstile: string )
src/firebase/auth.ts:39
FunctioninitWasm
()
src/load_wasm.ts:55
Methodinit_onion
( device: &wgpu::Device, // queue: &wgpu::Queue, width: u32, height: u32,
rust/wasm-lib/src/render/texture.rs:10
Methodis_preview_visible
(&self)
rust/wasm-lib/src/state.rs:427
Methodkey
(&self)
rust/wasm-lib/src/state.rs:888
Functionlerp
(a: number, b: number, t: number)
shared-lib/src/util.ts:3
Methodlerp_color
(c1: GDColor, c2: GDColor, d: f64)
rust/wasm-lib/src/render/rectdraw/countdown.rs:823
Methodlmao_clone
(&self)
rust/wasm-lib/src/object.rs:201
FunctionlogInFailed
(err: any)
src/login/login.ts:45
FunctionlogInSuccess
(user: any)
src/login/login.ts:23
Functionmain
()
rust/the-nexus/build.rs:3
Functionmain
()
rust/wasm-lib/build.rs:3
Functionmain
()
rust/wasm-lib/src/lib.rs:40
Functionmake_get_detail_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:211
Functionmake_get_main_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:198
Functionmake_get_object_info_fn
()
rust/the-nexus/src/gen/objects.rs:5
Functionmake_get_object_main_over_detail
()
rust/the-nexus/src/gen/objects.rs:27
Functionmake_get_set_switches_fn
()
rust/the-nexus/src/lib.rs:180
Functionmake_get_sfx_icon_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:224
Functionmake_get_song_icon_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:237
FunctionmanualChunks
(id: string)
vite.config.ts:59
Functionmap
(v: number, a: number, b: number, c: number, d: number)
shared-lib/src/util.ts:18
FunctionmenuHeight
( node: HTMLElement, { duration }: { duration: number } )
src/utils/transitions.ts:3
Methodnew
(render: RenderState)
rust/wasm-lib/src/state.rs:102
Methodnew
(now: f64)
rust/wasm-lib/src/level.rs:56
Methodnew
( id: u16, x: f32, y: f32, x_scale_exp: i8, x_angle: i8, y_sca
rust/wasm-lib/src/object.rs:145
Methodnew
( surface: wgpu::Surface<'static>, size: UVec2, instance: wgpu::Instance, spri
rust/wasm-lib/src/render/state.rs:197
Methodnew
(pos: Vec2)
rust/wasm-lib/src/render/pipeline_grid/vertex.rs:10
Methodnew
()
rust/wasm-lib/src/render/rectdraw/countdown.rs:44
Methodnew
()
rust/wasm-lib/src/render/rectdraw/billy.rs:23
Methodnew
( affine: Affine2, // pos: Vec2, // transform: Mat2, color: Vec4, img:
rust/wasm-lib/src/render/pipeline_rect/instance.rs:21
Methodnew
(pos: Vec2)
rust/wasm-lib/src/render/pipeline_rect/vertex.rs:10
Methodnew
(x: T, y: T, w: T, h: T)
rust/rust-shared/src/util.rs:90
Methodnew
()
rust/rust-shared/src/gd/cool_level.rs:33
Methodnew
(r: u8, g: u8, b: u8, opacity: u8, blending: bool)
rust/rust-shared/src/gd/object.rs:36
Methodnew
(arr: [T; Z_LAYERS.len()])
rust/rust-shared/src/gd/layer.rs:98
Methodnew_canvas
( canvas: web_sys::OffscreenCanvas, spritesheet_data: &[u8], spritesheet_width: u32,
rust/wasm-lib/src/render/state.rs:408
FunctionnotNaNAnd
(n: string, c: (n: number) => boolean)
src/utils/misc.ts:49
Methodobjects_hit_at
(&self, x: f32, y: f32, pad: f32)
rust/wasm-lib/src/state.rs:431
Methodoffset
(self, offset: glam::Vec2)
rust/rust-shared/src/gd/object.rs:78
Methodoffset_rect_size
(self)
rust/rust-shared/src/sprite.rs:10
MethodonBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:89
MethodonBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:117
MethodonBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:214
MethodonBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:269
MethodonEndAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:122
MethodonEndAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:223
MethodonEndAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:282
Functiononpop
()
src/guide/guide.ts:225
Methodoverlaps
(&self, other: &Self)
rust/rust-shared/src/util.rs:106
Functionparse_obj
(v: impl AsRef<str>)
rust/the-nexus/src/objects/levelstring.rs:7
Methodperimeter
(&self)
rust/rust-shared/src/util.rs:144
FunctionplaySound
(options: SoundPlayOptions)
src/utils/audio.ts:16
Methodpretty
()
rust/rust-shared/src/countdown.rs:61
FunctionremoveObject
( key: string, chunk: [number, number], cb: (cooldown: number | null) => void )
src/firebase/object.ts:37
Methodrender
(&mut self, delta: f32)
rust/wasm-lib/src/state.rs:741
FunctionresetPreviewColor
(state: State, new_id: number)
src/stores.ts:275
Methodresize
(&mut self, width: u32, height: u32, quality: f32)
rust/wasm-lib/src/render/state.rs:449
Methodrotate
(&mut self, angle_5: i8)
rust/wasm-lib/src/object.rs:221
Functionround
(v: number, decimals: number = 0)
shared-lib/src/util.ts:11
Methodscale
(&mut self, exp: i8)
rust/wasm-lib/src/object.rs:215
FunctionscheduleFor
( f: () => void, timeUnix: number | Readable<number>, { runIfNegative, delay }: { runIfNegative?:
src/stores.ts:540
FunctionsemitonesToFactor
(s: number)
shared-lib/src/util.ts:97
FunctionsetCheckedPreviewObject
( state: wasm.State, obj: wasm.GDObjectOpt )
src/utils/misc.ts:9
FunctionsetClipboard
(text: string)
src/utils/clipboard.ts:1
FunctionsetDebugTimeOffset
(offset: number)
src/stores.ts:505
FunctionsetLevelColor
( state: State, obj_id: number, rgb: [number, number, number] )
src/stores.ts:246
FunctionsetTurnstileResetFunction
(f: () => void)
src/utils/turnstile.ts:18
FunctionsetTurnstileToken
(v: string | TokenStatus)
src/utils/turnstile.ts:9
FunctionsetUsernameColorCache
(username: string, color: string)
src/firebase/donations.ts:7
Methodset_bg_color
(&mut self, r: u8, g: u8, b: u8)
rust/wasm-lib/src/state.rs:304
Methodset_ending_fully_done
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:560
Methodset_event_end
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:557
Methodset_event_start
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:553
Methodset_ground1_color
(&mut self, r: u8, g: u8, b: u8)
rust/wasm-lib/src/state.rs:311
Methodset_ground2_color
(&mut self, r: u8, g: u8, b: u8)
rust/wasm-lib/src/state.rs:318
Methodset_hide_grid
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:536
Methodset_hide_ground
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:542
Methodset_hide_outline
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:539
Methodset_hide_triggers
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:530
Methodset_no_rotating_objects
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:533
Methodset_now
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:549
Methodset_preview_visibility
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:417
Methodset_quality
(&mut self, quality: f32)
rust/wasm-lib/src/state.rs:281
Methodset_select_hazards
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:545
Methodset_selected_object
(&mut self, key: String)
rust/wasm-lib/src/state.rs:509
Methodset_show_collidable
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:527
Methodset_stats
(&mut self, num: u32)
rust/wasm-lib/src/state.rs:564
FunctionshowGpuAccelWarning
(reason: string)
src/utils/misc.ts:54
FunctionshowGuidePopup
()
src/guide/guide.ts:212
Methodsides
(&self)
rust/rust-shared/src/util.rs:139
FunctionsignedClamp
(v: number, min: number, max: number)
shared-lib/src/util.ts:7
Methodsilly
()
rust/rust-shared/src/countdown.rs:54
Functionsnap
(v: number, snap: number)
shared-lib/src/util.ts:16
← previousnext →301–400 of 412, ranked by callers