Adding missing llGenerate function.

This commit is contained in:
Ima Mechanique 2013-02-25 23:50:26 +00:00
parent a544d1b4ac
commit b83574ac0c
3 changed files with 22 additions and 0 deletions

View file

@ -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);