Adding missing llGenerate function.
This commit is contained in:
parent
a544d1b4ac
commit
b83574ac0c
3 changed files with 22 additions and 0 deletions
|
@ -1778,6 +1778,12 @@ namespace LSLEditor
|
|||
return dblValue;
|
||||
}
|
||||
|
||||
public key llGenerate()
|
||||
{
|
||||
Verbose("llGenerate()");
|
||||
return key.NULL_KEY;
|
||||
}
|
||||
|
||||
public void llFleeFrom(vector Source, Float Distance, list Options)
|
||||
{
|
||||
Verbose("llFleeFrom({0}, {1}, {2})", Source, Distance, Options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue