Skip to content

Commit

Permalink
[Worlds] zCVobWaypoint class article
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek committed Jul 3, 2024
1 parent bf982f8 commit b014106
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/zengin/worlds/Classes/zCVob/zCVobWaypoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# zCVobWaypoint

!!! abstract inline end "Quick Infos"
**Class Name:** `zCVobWaypoint`<br/>
**Version Identifiers:**<br />
— Gothic I: Unknown<br/>
— Gothic II: Unknown<br/>
**Sources:**<br/>
[spacerhilfedatei.sph](https://wiki.worldofgothic.de/doku.php?id=spacer:hilfedatei)<br/>
[gothic-library.ru](https://gothic-library-mirror.piotrmacha.pl/publ/1-1-0-501)

Waypoints are used to mark a position and orientation in virtual space like [`zCVobSpot`](zCVobSpot.md), but are combined into a path network through which NPCs will perform pathfinding. Waypoints can be used in scripts to spawn other objects at their location.

!!! Warning
`zCVobWaypoint` objects aren't saved in `.ZEN` files. Their `zCWaypoint` representations are used instead.

## Class members

=== "Gothic 1"

- [zCVob](index.md)
{: .sp-class}
- zCVobWaypoint
{: .sp-class}
- &lt;empty&gt;
{: .sp-none}

=== "Gothic 2"

- [zCVob](index.md)
{: .sp-class}
- zCVobWaypoint
{: .sp-class}
- &lt;empty&gt;
{: .sp-none}

0 comments on commit b014106

Please sign in to comment.