Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetRoomId
Method
GetRoomId
internal/scripting/actor_func.go:230–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
func
(a ScriptActor) GetRoomId() int {
231
return
a.characterRecord.RoomId
232
}
233
234
func
(a ScriptActor) HasQuest(questId string) bool {
235
return
a.characterRecord.HasQuest(questId)
Callers
11
TrySpellScriptEvent
Function · 0.95
TryItemScriptEvent
Function · 0.45
TryItemCommand
Function · 0.45
TryItemTryPurchaseEvent
Function · 0.45
TryBuffCommand
Function · 0.45
TryPetScriptEvent
Function · 0.45
TryPetCommand
Function · 0.45
TryPlayerDownedEvent
Function · 0.45
TryMobScriptEvent
Function · 0.45
TryMobCommand
Function · 0.45
GetMembers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected