Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/language/proc/pixloc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
title = "pixloc"
[[extra.args]]
name = "x" # AUTOGEN STATIC
[[extra.args]]
name = "y" # AUTOGEN STATIC
[[extra.args]]
name = "z" # AUTOGEN STATIC
+++
8 changes: 8 additions & 0 deletions content/objects/atom/var/pixloc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "pixloc" # AUTOGEN FIELD
[extra]
default_value = "" # AUTOGEN FIELD
type = "/pixloc" # AUTOGEN FIELD
od_unimplemented = true # AUTOGEN FIELD
is_override = false # AUTOGEN FIELD
+++
1 change: 0 additions & 1 deletion content/objects/client/proc/soundquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
title = "SoundQuery"
slug = "SoundQuery" # AUTOGEN FIELD
[extra]
od_unimplemented = true # AUTOGEN FIELD
+++
6 changes: 6 additions & 0 deletions content/objects/pixloc/proc/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "proc"
template = "proc_list.html"

page_template = "proc.html"
+++
12 changes: 12 additions & 0 deletions content/objects/pixloc/proc/new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "New"
slug = "New" # AUTOGEN FIELD
[extra]
od_unimplemented = true # AUTOGEN FIELD
[[extra.args]]
name = "x" # AUTOGEN STATIC
[[extra.args]]
name = "y" # AUTOGEN STATIC
[[extra.args]]
name = "z" # AUTOGEN STATIC
+++
1 change: 1 addition & 0 deletions content/objects/pixloc/var/x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title = "x" # AUTOGEN FIELD
default_value = "" # AUTOGEN FIELD
od_unimplemented = true # AUTOGEN FIELD
is_override = false # AUTOGEN FIELD
type = "num" # AUTOGEN FIELD
+++
1 change: 1 addition & 0 deletions content/objects/pixloc/var/y.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title = "y" # AUTOGEN FIELD
default_value = "" # AUTOGEN FIELD
od_unimplemented = true # AUTOGEN FIELD
is_override = false # AUTOGEN FIELD
type = "num" # AUTOGEN FIELD
+++
1 change: 1 addition & 0 deletions content/objects/pixloc/var/z.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title = "z" # AUTOGEN FIELD
default_value = "" # AUTOGEN FIELD
od_unimplemented = true # AUTOGEN FIELD
is_override = false # AUTOGEN FIELD
type = "num" # AUTOGEN FIELD
+++