Fixing llWanderWithin - second argument should be vector instead of float.
This commit is contained in:
parent
ac4d11de87
commit
0bd4ec18df
2 changed files with 2 additions and 2 deletions
|
@ -3281,7 +3281,7 @@
|
||||||
</Argument>
|
</Argument>
|
||||||
</Word>
|
</Word>
|
||||||
|
|
||||||
<Word name="llWanderWithin" status="beta">
|
<Word name="llWanderWithin">
|
||||||
void llWanderWithin(vector Origin, float Distance, list Options);
|
void llWanderWithin(vector Origin, float Distance, list Options);
|
||||||
|
|
||||||
Sets a character to wander about a central spot within a specified radius.
|
Sets a character to wander about a central spot within a specified radius.
|
||||||
|
|
|
@ -4292,7 +4292,7 @@ namespace LSLEditor
|
||||||
Verbose("VolumeDetect(" + detect + ")");
|
Verbose("VolumeDetect(" + detect + ")");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void llWanderWithin(vector Origin, Float Distance, list Options)
|
public void llWanderWithin(vector Origin, vector Distance, list Options)
|
||||||
{
|
{
|
||||||
Verbose("llWanderWithin({0}, {1}, {2})", Origin, Distance, Options);
|
Verbose("llWanderWithin({0}, {1}, {2})", Origin, Distance, Options);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue