MCPcopy Create free account
hub / github.com/Norbyte/ositools / BreakOnCharacter

Function BreakOnCharacter

OsiInterface/Functions/FunctionLibrary.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

FindCharacterByNameGuidFunction · 0.85

Tested by

no test coverage detected