MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / trigger_jot

Function trigger_jot

src/SB/Game/zTalkBox.cpp:1897–1910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1895 return (state_enum)3;
1896 }
1897 static bool trigger_jot(const xtextbox::jot& j)
1898 {
1899 if (!j.tag)
1900 {
1901 return true;
1902 }
1903
1904 if (j.tag->context)
1905 {
1906 return ((bool (*)(const xtextbox::jot&))j.tag->context)(j);
1907 }
1908
1909 return true;
1910 }
1911 static bool trigger_jot(S32 index)
1912 {
1913 xtextbox::jot* jots = ((xtextbox::layout*)&shared.lt)->jots();

Callers 1

startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected