[Opensim-dev] Moving forward with LSL

Adam Frisby adam at gwala.net
Fri Dec 7 08:40:17 UTC 2007


> It has been suggested that this file may rapidly grow to too many lines, 
> and I understand. Somewhere along the way, we will need to probably 
> break it up into two logical pieces. Currently, I am thinking along the 
> lines of "get" functions in one file and "set" functions in a different, 
> related file. Perhaps with names like LLGetFunctions.cs and 
> LLSetFunctions.cs.

I suggest some kind of logical grouping, eg.

	LSL_ObjectProperties.cs	// llSetObjectName, llSetPrimParams, etc
	LSL_Physics.cs		// llApplyImpulse, llMoveToTarget, etc.
	LSL_World.cs		// llSensor, llGround, etc.


Regards,

Adam



More information about the Opensim-dev mailing list