Skip to content

Commit 72a792e

Browse files
Fix function and events see_also behavior
1 parent 954eef8 commit 72a792e

39 files changed

+91
-104
lines changed

elements/blip.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ description: |
77
The list of blip icons are available on the [Radar Blips](/radar_blips) page.
88
99
TODO
10-
see_also:
11-
- 'category:Blip functions'
12-
- 'category:Blip events'

elements/building.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ notes:
1818
Created buildings can have **LOD models**. The procedure is as follows: spawn the LOD building using [createBuilding](/createBuilding), then use [setLowLODElement](/setLowLODElement) to associate it with the non-LOD building element you created beforehand. LOD model distance changed with [engineSetModelLODDistance](/engineSetModelLODDistance) works for buildings.
1919
- |
2020
Buildings cannot appear in certain a [dimension](/dimension), and not show in others. Function [setElementDimension](/setElementDimension) returns false on any building. A building is created in a specific [interior world](/interior) (such as 0, the main world), like the default GTA:SA landscape objects. **All buildings appear in EVERY DIMENSION.**
21-
see_also:
22-
- 'category:Building functions'
23-
- 'category:Building events'

elements/camera.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ description: |
55
The element type of this class is **"camera"**.
66
77
TODO
8-
see_also:
9-
- 'category:Camera functions'
10-
- 'category:Camera events'

elements/col.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ description: |
1212
The element type of this class is **"col"**.
1313
1414
TODO
15-
see_also:
16-
- 'category:Col functions'
17-
- 'category:Col events'

elements/collision_shape.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ description: |
55
The element type for this class is **"colshape"**.
66
77
TODO
8-
see_also:
9-
- 'category:Collision_shape functions'
10-
- 'category:Collision_shape events'

elements/console.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ description: |
1212
preview_images:
1313
- path: '/assets/server_console_help.jpg'
1414
description: 'Help output inside server console:'
15-
see_also:
16-
- 'category:Console functions'
17-
- 'category:Console events'

elements/dff.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ description: |
77
The element type of this class is **"dff"**.
88
99
TODO
10-
see_also:
11-
- 'category:Dff functions'
12-
- 'category:Dff events'

elements/effect.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ description: |
55
The element type of this class is **"effect"**.
66
77
TODO: add all the effects as a table...
8-
see_also:
9-
- 'category:Effect functions'
10-
- 'category:Effect events'

elements/light.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ description: |
55
The element type of this class is **"light"**.
66
77
TODO
8-
see_also:
9-
- 'category:Light functions'
10-
- 'category:Light events'

elements/marker.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ description: |
55
The element type of this class is **"marker"**.
66
77
TODO
8-
see_also:
9-
- 'category:Marker functions'
10-
- 'category:Marker events'

0 commit comments

Comments
 (0)