Skip to content

Commit

Permalink
Link and page title fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Feb 23, 2024
1 parent c1fa7ac commit f0d138b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/zengin/worlds/Classes/oCMobLadder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# oCMobDoor
# oCMobLadder

!!! abstract inline end "Quick Infos"
**Class Name:** `oCMobLadder`<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/zengin/worlds/Classes/oCTriggerChangeLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
— Gothic II: `24577`<br/>
**Sources:**<br/>
[spacerhilfedatei.sph](https://wiki.worldofgothic.de/doku.php?id=spacer:hilfedatei)<br/>
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/oCTouchDamage/)
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/oCTriggerChangeLevel/)

A special [`zCTrigger`](zCTrigger.md) which in addition to performing all other trigger actions also causes the engine
to load another level when activated.
Expand Down
35 changes: 10 additions & 25 deletions docs/zengin/worlds/Classes/zCCodeMaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ from all slaves, it emits an `OnTrigger` event to the [`triggerTarget`](#trigger
{: .sp-folder}
- [untriggerCancels](#untriggercancels) = FALSE
{: .sp-bool}
- [slaveVobName0](#slavevobname) = ""
{: .sp-string}
- [slaveVobName1](#slavevobname) = ""
{: .sp-string}
- [slaveVobName2](#slavevobname) = ""
- [slaveVobName](#slavevobname) ... = ""
{: .sp-string}

=== "Gothic 2"
Expand All @@ -66,11 +62,7 @@ from all slaves, it emits an `OnTrigger` event to the [`triggerTarget`](#trigger
{: .sp-folder}
- [untriggerCancels](#untriggercancels) = FALSE
{: .sp-bool}
- [slaveVobName0](#slavevobname) = ""
{: .sp-string}
- [slaveVobName1](#slavevobname) = ""
{: .sp-string}
- [slaveVobName2](#slavevobname) = ""
- [slaveVobName](#slavevobname) ... = ""
{: .sp-string}

=== "Gothic 1 (Save)"
Expand All @@ -95,11 +87,7 @@ from all slaves, it emits an `OnTrigger` event to the [`triggerTarget`](#trigger
{: .sp-folder}
- [untriggerCancels](#untriggercancels) = FALSE
{: .sp-bool}
- [slaveVobName0](#slavevobname) = ""
{: .sp-string}
- [slaveVobName1](#slavevobname) = ""
{: .sp-string}
- [slaveVobName2](#slavevobname) = ""
- [slaveVobName](#slavevobname) ... = ""
{: .sp-string}

=== "Gothic 2 (Save)"
Expand All @@ -124,18 +112,12 @@ from all slaves, it emits an `OnTrigger` event to the [`triggerTarget`](#trigger
{: .sp-folder}
- [untriggerCancels](#untriggercancels) = FALSE
{: .sp-bool}
- [slaveVobName0](#slavevobname) = ""
{: .sp-string}
- [slaveVobName1](#slavevobname) = ""
{: .sp-string}
- [slaveVobName2](#slavevobname) = ""
- [slaveVobName](#slavevobname) ... = ""
{: .sp-string}
- [numSlavesTriggered](#numslavestriggered)
- [numSlavesTriggered](#numslavestriggered) = 0
{: .sp-int}
- slaveTriggered0
{: .sp-type}
- slaveTriggered1
{: .sp-type}
- slaveTriggered ... = NULL
{: .sp-class}

## Class member overview

Expand Down Expand Up @@ -195,3 +177,6 @@ The name of a slave VObject.
### `numSlavesTriggered` {: .sp-int}

Unknown.

!!! warning
This property is only available in saved games.
2 changes: 1 addition & 1 deletion docs/zengin/worlds/Classes/zCMover.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Controls how the mover behaves in response to events ("activation").
to the "closed" state after a fixed amount of time specified by [`stayOpenTimeSec`](#stayopentimesec).
* `NSTATE_LOOP` — The mover opens and closes in a loop indefinitely.
* `NSTATE_SINGLE_KEYS` — The mover can transition to each keyframe separately. Often used in conjunction
with a [`zCMoverController`](zCMoverControler).
with a [`zCMoverControler`](zCMoverControler.md).

### `touchBlockerDamage` {: .sp-float}

Expand Down
2 changes: 1 addition & 1 deletion docs/zengin/worlds/Classes/zCTriggerWorldStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
— Gothic II: `52224`<br/>
**Sources:**<br/>
[spacerhilfedatei.sph](https://wiki.worldofgothic.de/doku.php?id=spacer:hilfedatei)<br/>
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/zCTriggerUntouch/)
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/zCTriggerWorldStart/)

A special trigger which fires an `OnTrigger` event to its [target](#triggertarget) when the world is loaded and started.

Expand Down
7 changes: 3 additions & 4 deletions docs/zengin/worlds/Classes/zCVobAnimate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/zCVobAnimate/)


A VObject used to create animated models. The visual of such objects can either be a
[morph mesh](../../engine/formats/morph-mesh.md) or a model with a skeletal animation
(i.e. a [model script](../../engine/formats/model-script.md)). The animation of these objects can be started
and stopped using `OnTrigger` and `OnUntrigger` events.
A VObject used to create animated models. The visual of such objects can either be a morph mesh or a model with a
skeletal animation (i.e. a model script). The animation of these objects can be started and stopped using `OnTrigger`
and `OnUntrigger` events.

## Class members

Expand Down
2 changes: 1 addition & 1 deletion docs/zengin/worlds/Classes/zCZoneVobFarPlaneDefault.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
— Gothic I: `12289`<br/>
— Gothic II: `52224`<br/>
**Sources:**<br/>
[gothic-library.ru](http://www.gothic-library.ru/publ/class_zczonevobfarplane/1-1-0-706)<br/>
[gothic-library.ru](http://www.gothic-library.ru/publ/class_zczonevobfarplanedefault/1-1-0-707)<br/>
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/zCZoneVobFarPlaneDefault/)


Expand Down

0 comments on commit f0d138b

Please sign in to comment.