-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Worlds] zCVobWaypoint class article
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
- <empty> | ||
{: .sp-none} | ||
|
||
=== "Gothic 2" | ||
|
||
- [zCVob](index.md) | ||
{: .sp-class} | ||
- zCVobWaypoint | ||
{: .sp-class} | ||
- <empty> | ||
{: .sp-none} |