Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetSkillLevel
Method
GetSkillLevel
internal/scripting/actor_func.go:366–368 ·
view source on GitHub ↗
(skillName string)
Source
from the content-addressed store, hash-verified
364
}
365
366
func
(a ScriptActor) GetSkillLevel(skillName string) int {
367
return
a.characterRecord.GetSkillLevel(skills.SkillTag(skillName))
368
}
369
370
func
(a ScriptActor) MoveRoom(destRoomId int) {
371
Callers
1
TrainSkill
Method · 0.45
Calls
1
SkillTag
TypeAlias · 0.92
Tested by
no test coverage detected