| 48 | } |
| 49 | |
| 50 | void BreakOnCharacter(OsiArgumentDesc const & args) |
| 51 | { |
| 52 | auto character = FindCharacterByNameGuid(args[0].String); |
| 53 | OsiWarn("GotIt"); |
| 54 | } |
| 55 | |
| 56 | void BreakOnItem(OsiArgumentDesc const & args) |
| 57 | { |
nothing calls this directly
no test coverage detected