MCPcopy 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
230func (a ScriptActor) GetRoomId() int {
231 return a.characterRecord.RoomId
232}
233
234func (a ScriptActor) HasQuest(questId string) bool {
235 return a.characterRecord.HasQuest(questId)

Callers 11

TrySpellScriptEventFunction · 0.95
TryItemScriptEventFunction · 0.45
TryItemCommandFunction · 0.45
TryItemTryPurchaseEventFunction · 0.45
TryBuffCommandFunction · 0.45
TryPetScriptEventFunction · 0.45
TryPetCommandFunction · 0.45
TryPlayerDownedEventFunction · 0.45
TryMobScriptEventFunction · 0.45
TryMobCommandFunction · 0.45
GetMembersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected