Legacy:QueenDest: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
These are only useful in a level that contains one or more of [[Legacy:Unreal 1|Unreal 1]]'s [[Legacy:Queen|Queen]]s. They have no actual code to distinguish themselves from [[Legacy:PathNode|PathNode]]s, but the AI for Unreal's Queen is set up to look for these points. They are used to mark places that a Queen has the option to teleport to. A mapper just needs to find a bunch of logical places to put these in his map, because the Queen's AI is sophisticated enough to choose the best point or points to teleport to. | These are only useful in a level that contains one or more of [[Legacy:Unreal 1|Unreal 1]]'s [[Legacy:Queen|Queen]]s. They have no actual code to distinguish themselves from [[Legacy:PathNode|PathNode]]s, but the AI for Unreal's Queen is set up to look for these points. They are used to mark places that a Queen has the option to teleport to. A mapper just needs to find a bunch of logical places to put these in his map, because the Queen's AI is sophisticated enough to choose the best point or points to teleport to. | ||
==Related Topics== | |||
* [[Legacy:ScriptedPawn|ScriptedPawn]] – Parent class for all Unreal NPCs, including the Skaarj Queen | |||
* [[Legacy:Artificial Intelligence|Artificial Intelligence]] | |||
** [[Legacy:Monster Support|Monster Support]] | |||
[[Category:Legacy Class (UT)|{{PAGENAME}}]] | [[Category:Legacy Class (UT)|{{PAGENAME}}]] |
Revision as of 15:13, 17 December 2005
These are only useful in a level that contains one or more of Unreal 1's Queens. They have no actual code to distinguish themselves from PathNodes, but the AI for Unreal's Queen is set up to look for these points. They are used to mark places that a Queen has the option to teleport to. A mapper just needs to find a bunch of logical places to put these in his map, because the Queen's AI is sophisticated enough to choose the best point or points to teleport to.
Related Topics
- ScriptedPawn – Parent class for all Unreal NPCs, including the Skaarj Queen
- Artificial Intelligence