Difference between revisions of "Talk:LlGetClosestNavPoint"
Jump to navigation
Jump to search
(Created page with "Falcon Linden said: llGetClosestNavPoint now takes CHARACTER_TYPE and GET_NAV_POINT_RADIUS arguments. I have info on how to use those. ~~~~") |
Kireji Haiku (talk | contribs) m |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Falcon Linden said: llGetClosestNavPoint now takes CHARACTER_TYPE and GET_NAV_POINT_RADIUS arguments. I have info on how to use those. [[User:Nalates Urriah|Nalates Urriah]] 10:25, 12 May 2012 (PDT) | Falcon Linden said: llGetClosestNavPoint now takes CHARACTER_TYPE and GET_NAV_POINT_RADIUS arguments. I have info on how to use those. [[User:Nalates Urriah|Nalates Urriah]] 10:25, 12 May 2012 (PDT) | ||
:I'll make up some documentation for GET_NAV_POINT_RADIUS but I'm not going to attempt CHARACTER_TYPE without more information (they should name it something like GET_NAV_CHARACTER_TYPE *shrug*). -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 21:27, 12 May 2012 (PDT) | |||
Neither GCNP_RADIUS neither GCNP_STATIC neither GET_NAV_POINT_RADIUS compiles . | |||
What are the names ? [[User:Miranda Umino|Miranda Umino]] 11:09, 30 April 2013 (PDT) | |||
:I cannot reproduce your error. This worked for me on the main grid. <lsl>llOwnerSay(llList2CSV( llGetClosestNavPoint(llGetPos(), [GCNP_RADIUS, 10.0]) ) );</lsl> Maybe the returned list you got was empty cause the radius was too short and/or your object too far away from the ground. [[User:Kireji Haiku|Kireji Haiku]] 09:36, 2 May 2013 (PDT) |
Latest revision as of 08:39, 2 May 2013
Falcon Linden said: llGetClosestNavPoint now takes CHARACTER_TYPE and GET_NAV_POINT_RADIUS arguments. I have info on how to use those. Nalates Urriah 10:25, 12 May 2012 (PDT)
- I'll make up some documentation for GET_NAV_POINT_RADIUS but I'm not going to attempt CHARACTER_TYPE without more information (they should name it something like GET_NAV_CHARACTER_TYPE *shrug*). -- Strife (talk|contribs) 21:27, 12 May 2012 (PDT)
Neither GCNP_RADIUS neither GCNP_STATIC neither GET_NAV_POINT_RADIUS compiles .
What are the names ? Miranda Umino 11:09, 30 April 2013 (PDT)
- I cannot reproduce your error. This worked for me on the main grid. <lsl>llOwnerSay(llList2CSV( llGetClosestNavPoint(llGetPos(), [GCNP_RADIUS, 10.0]) ) );</lsl> Maybe the returned list you got was empty cause the radius was too short and/or your object too far away from the ground. Kireji Haiku 09:36, 2 May 2013 (PDT)