(itm ScriptItem)
| 400 | } |
| 401 | |
| 402 | func (a ScriptActor) UpdateItem(itm ScriptItem) { |
| 403 | a.userRecord.Character.UpdateItem(itm.originalItem, *itm.itemRecord) |
| 404 | } |
| 405 | |
| 406 | func (a ScriptActor) AddEventLog(category string, message string) { |
| 407 | if a.userRecord != nil { |
no outgoing calls
no test coverage detected