mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Mantis 6280: llSetContentType(). An implementation.
An implimentation of llSetContentType including all of the new constants added since the mantis was raised.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
fc89bde044
commit
f074739e33
@@ -338,6 +338,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
void llSetCameraParams(LSL_List rules);
|
||||
void llSetClickAction(int action);
|
||||
void llSetColor(LSL_Vector color, int face);
|
||||
void llSetContentType(LSL_Key id, LSL_Integer type);
|
||||
void llSetDamage(double damage);
|
||||
void llSetForce(LSL_Vector force, int local);
|
||||
void llSetForceAndTorque(LSL_Vector force, LSL_Vector torque, int local);
|
||||
|
||||
Reference in New Issue
Block a user