On 26/03/12 14:48, Per Mint wrote:
After some search in the OpenSim source code, I found that I may be able to access ROBUST services, either via region modules, using m_scence.UserAccountServices for example, or via application plugins, using m_application.SceneManager.CurrentOrFirstScene.UserAccountService for example. Am I right or is there better or more conventional way to achieve this kind of thing ?
No, that's generally the way. Or they are requested using the Scene.RequestModuleInterface() mechanism if they aren't directly available from scene.
Thanks ! PMint. _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
-- Justin Clark-Casey (justincc) http://justincc.org/blog http://twitter.com/justincc _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
