LlDeleteCharacter
De DigiWiki.
(Différences entre les versions)
(→Also) |
(→Also) |
||
Ligne 28 : | Ligne 28 : | ||
* [[llPursue]] | * [[llPursue]] | ||
* [[llUpdateCharacter]] | * [[llUpdateCharacter]] | ||
- | * [[llWanderWithin]] | + | * [[llWanderWithin]] |
+ | |||
==Events== | ==Events== | ||
* [[path_update]] | * [[path_update]] |
Version actuelle en date du 17 mars 2012 à 03:22
![]() |
Warning: This documentation is for the alpha release of LSL pathfinding. These LSL functions are available only on selected regions on the Aditi test grid, and not currently on the main grid. For more information, see Pathfinding/Alpha release notes. |
default { state_entry() { llDeleteCharacter(); // Remove any previous pathfinding characteristics llCreateCharacter([CHARACTER_DESIRED_SPEED, 10.0]); llWanderWithin(llGetPos(), 10.0, []); } touch_end(integer num_detected) { llDeleteCharacter(); // Revert back to a normal prim on touch } }
Also
- llCreateCharacter
- llDeleteCharacter
- llEvade
- llExecCharacterCmd
- llGetClosestNavPoint
- llFleeFrom
- llNavigateTo
- llPatrolPoints
- llPursue
- llUpdateCharacter
- llWanderWithin