LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#577 - [Lobby] add a method in the ScriptContext to attach objects

Attached to Project: LMS
Opened by Guillaume (Guillaume) - Friday, 08 March 2013, 10:46 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 26 March 2013, 09:40 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha6
Due in Version alpha7
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

The descriptor allows the developer to import objects.

Add a method in the scriptcontext object to be able to attach an object to the script.
This task depends upon

Closed by  Ferdinand (PaGaisu)
Tuesday, 26 March 2013, 09:40 GMT
Reason for closing:  Implemented
Comment by Ferdinand (PaGaisu) - Tuesday, 26 March 2013, 09:39 GMT
/**
* Include an object into the context of the script
* @param name the name of the object
* @param object the object itself
*/
public abstract void includeObject(String name, Object object);

Loading...