OsGetGridName
From OpenSimulator
OsGetGridName | |
Threat Level | <Threat Level goes here> |
Function Syntax | |
Example(s) | // // Example of osGetGridName() // returns the value of gridname = "Hippogrid" in OpenSim.ini under [GridInfo] section // default { state_entry() { llSay(0, "Grid Name = "+osGetGridName()); } } |