Skip to content

Commit a03e197

Browse files
Site changes [skip-ci]
1 parent f1b1770 commit a03e197

12 files changed

+47
-47
lines changed

_data/ref/beta/camera-lua.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
],
614614
"info": {
615615
"brief": "Camera API documentation",
616-
"description": "Camera functions, messages and constants.",
616+
"description": "Messages to control camera components and camera focus.",
617617
"file": "",
618618
"group": "COMPONENTS",
619619
"language": "Lua",

_data/ref/beta/dmgameobject-cpp.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4751,14 +4751,13 @@
47514751
}
47524752
],
47534753
"info": {
4754-
"brief": "Game object property container",
4755-
"description": "API for game object property container",
4756-
"file": "dmsdk/gameobject/gameobject_props.h",
4757-
"group": "DEFOLD SDK",
4754+
"brief": "SDK Component API documentation",
4755+
"description": "<span class=\"file\"><dmsdk/gameobject/component.h></span>\nApi for manipulating game object components (WIP)",
4756+
"file": "",
47584757
"language": "C++",
4759-
"name": "PropertyContainer",
4758+
"name": "Component",
47604759
"namespace": "dmGameObject",
47614760
"notes": [],
4762-
"path": "engine/gameobject/src/dmsdk/gameobject/gameobject_props.h"
4761+
"path": ""
47634762
}
47644763
}

_data/ref/beta/dmgamesystem-cpp.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,14 @@
514514
}
515515
],
516516
"info": {
517-
"brief": "Component render constant API documentation",
518-
"description": "<span class=\"file\"><dmsdk/gamesystem/render_constants.h></span>\nApi for setting and updating component render constants",
519-
"file": "",
517+
"brief": "SDK Gui Component API documentation",
518+
"description": "Built-in scripting functions.",
519+
"file": "dmsdk/gamesys/gui.h",
520+
"group": "DEFOLD SDK",
520521
"language": "C++",
521-
"name": "Component Render Constants",
522+
"name": "GameSystem Gui",
522523
"namespace": "dmGameSystem",
523524
"notes": [],
524-
"path": ""
525+
"path": "engine/gamesys/src/dmsdk/gamesys/gui.h"
525526
}
526527
}

_data/ref/beta/dmmemory-cpp.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101
}
102102
],
103103
"info": {
104-
"brief": "SDK Memory API documentation",
105-
"description": "Memory allocation functions",
106-
"file": "dmsdk/dlib/memory.h",
104+
"brief": "SDK Alloca API documentation",
105+
"description": "Alloca functions.",
106+
"file": "dmsdk/dlib/dalloca.h",
107107
"group": "DEFOLD SDK",
108108
"language": "C++",
109-
"name": "Memory",
109+
"name": "Alloca",
110110
"namespace": "dmMemory",
111111
"notes": [],
112-
"path": "engine/dlib/src/dmsdk/dlib/memory.h"
112+
"path": "engine/dlib/src/dmsdk/dlib/dalloca.h"
113113
}
114114
}

_data/ref/beta/dmscript-cpp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,12 +2115,12 @@
21152115
"info": {
21162116
"brief": "SDK Script API documentation",
21172117
"description": "Built-in scripting functions.",
2118-
"file": "dmsdk/script/script.h",
2118+
"file": "dmsdk/gamesys/script.h",
21192119
"group": "DEFOLD SDK",
21202120
"language": "C++",
21212121
"name": "Script",
21222122
"namespace": "dmScript",
21232123
"notes": [],
2124-
"path": "engine/dlib/src/dmsdk/script/script.h"
2124+
"path": "engine/gamesys/src/dmsdk/gamesys/script.h"
21252125
}
21262126
}

_data/refindex.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
"type": "C++",
2727
"url": "/ref/stable/dmalign-cpp"
2828
},
29+
{
30+
"branch": "beta",
31+
"filename": "dmmemory-cpp",
32+
"language": "C++",
33+
"name": "Alloca",
34+
"namespace": "dmMemory",
35+
"type": "C++",
36+
"url": "/ref/beta/dmmemory-cpp"
37+
},
2938
{
3039
"branch": "stable",
3140
"filename": "dmmemory-cpp",
@@ -424,12 +433,12 @@
424433
},
425434
{
426435
"branch": "beta",
427-
"filename": "dmgamesystem-cpp",
436+
"filename": "dmgameobject-cpp",
428437
"language": "C++",
429-
"name": "Component Render Constants",
430-
"namespace": "dmGameSystem",
438+
"name": "Component",
439+
"namespace": "dmGameObject",
431440
"type": "C++",
432-
"url": "/ref/beta/dmgamesystem-cpp"
441+
"url": "/ref/beta/dmgameobject-cpp"
433442
},
434443
{
435444
"branch": "stable",
@@ -1562,6 +1571,15 @@
15621571
"type": "Lua",
15631572
"url": "/ref/alpha/dmgamesystem-lua"
15641573
},
1574+
{
1575+
"branch": "beta",
1576+
"filename": "dmgamesystem-cpp",
1577+
"language": "C++",
1578+
"name": "GameSystem Gui",
1579+
"namespace": "dmGameSystem",
1580+
"type": "C++",
1581+
"url": "/ref/beta/dmgamesystem-cpp"
1582+
},
15651583
{
15661584
"branch": "stable",
15671585
"filename": "dmgamesystem-cpp",
@@ -2147,15 +2165,6 @@
21472165
"type": "C++",
21482166
"url": "/ref/alpha/dmmemory-cpp"
21492167
},
2150-
{
2151-
"branch": "beta",
2152-
"filename": "dmmemory-cpp",
2153-
"language": "C++",
2154-
"name": "Memory",
2155-
"namespace": "dmMemory",
2156-
"type": "C++",
2157-
"url": "/ref/beta/dmmemory-cpp"
2158-
},
21592168
{
21602169
"branch": "alpha",
21612170
"filename": "msg-lua",
@@ -2435,15 +2444,6 @@
24352444
"type": "C++",
24362445
"url": "/ref/stable/dmprofile-cpp"
24372446
},
2438-
{
2439-
"branch": "beta",
2440-
"filename": "dmgameobject-cpp",
2441-
"language": "C++",
2442-
"name": "PropertyContainer",
2443-
"namespace": "dmGameObject",
2444-
"type": "C++",
2445-
"url": "/ref/beta/dmgameobject-cpp"
2446-
},
24472447
{
24482448
"branch": "alpha",
24492449
"filename": "render-lua",

ref/beta/dmGameObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ layout: api
33
branch: beta
44
ref: dmgameobject-cpp
55
language: C++
6-
title: API reference (PropertyContainer)
6+
title: API reference (Component)
77
---
88
{% include anchor_headings.html html=content %}

ref/beta/dmGameSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ layout: api
33
branch: beta
44
ref: dmgamesystem-cpp
55
language: C++
6-
title: API reference (Component Render Constants)
6+
title: API reference (GameSystem Gui)
77
---
88
{% include anchor_headings.html html=content %}

ref/beta/dmMemory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ layout: api
33
branch: beta
44
ref: dmmemory-cpp
55
language: C++
6-
title: API reference (Memory)
6+
title: API reference (Alloca)
77
---
88
{% include anchor_headings.html html=content %}

ref/beta/dmgameobject-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ layout: api
33
branch: beta
44
ref: dmgameobject-cpp
55
language: C++
6-
title: API reference (PropertyContainer)
6+
title: API reference (Component)
77
---
88
{% include anchor_headings.html html=content %}

0 commit comments

Comments
 (0)