OsGetGridGatekeeperURI
De DigiWiki.
Returns the current grid's Gatekeeper URI as a string.
// Example of osGetGridGatekeeperUri() // returns the value of Gatekeeper in [GridService] section // for both standalone and grids. default { state_entry() { llSay(0, "Grid Gatekeeper Uri= "+osGetGridGatekeeperURI()); } }


