MCPcopy 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
366func (a ScriptActor) GetSkillLevel(skillName string) int {
367 return a.characterRecord.GetSkillLevel(skills.SkillTag(skillName))
368}
369
370func (a ScriptActor) MoveRoom(destRoomId int) {
371

Callers 1

TrainSkillMethod · 0.45

Calls 1

SkillTagTypeAlias · 0.92

Tested by

no test coverage detected