You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1id="jcs_iglogsystem">JCS_IGLogSystem</h1><p>In game log system.<h2id="variables">Variables</h2><table><thead><tr><thid="name" style="text-align:left">Name<thid="description" style="text-align:left">Description<tbody><tr><tdstyle="text-align:left">mLogSpacing<tdstyle="text-align:left">Space between each log message.</table><h2id="functions">Functions</h2><table><thead><tr><thid="name" style="text-align:left">Name<thid="description" style="text-align:left">Description<tbody><tr><tdstyle="text-align:left">SendLogMessage<tdstyle="text-align:left">Make single log message on the screen.<tr><tdstyle="text-align:left">SendLogMessages<tdstyle="text-align:left">Make multiple log messages on the screen.<tr><tdstyle="text-align:left">RemoveFromRenderVec<tdstyle="text-align:left">Remove the log message that are outdated.<tr><tdstyle="text-align:left">UpdateSpace<tdstyle="text-align:left">Update all current active log messages' spacing.</table><h2id="support-encodings">Support Encodings</h2><p>If you try to display a message but it displays <code>?</code> question mark instead.<preclass="cs language-cs"><codeclass="hljs cs language-cs"><spanclass="hljs-keyword">var</span> igl = JCS_UtilitiesManager.instance.GetIGLogSystem();
1
+
<h1id="jcs_iglogsystem">JCS_IGLogSystem</h1><p>In game log system.<h2id="variables">Variables</h2><table><thead><tr><thid="name" style="text-align:left">Name<thid="description" style="text-align:left">Description<tbody><tr><tdstyle="text-align:left">mLogSpacing<tdstyle="text-align:left">Space between each log message.</table><h2id="functions">Functions</h2><table><thead><tr><thid="name" style="text-align:left">Name<thid="description" style="text-align:left">Description<tbody><tr><tdstyle="text-align:left">Send<tdstyle="text-align:left">Make log message(s) on the screen.<tr><tdstyle="text-align:left">RemoveFromRenderVec<tdstyle="text-align:left">Remove the log message that are outdated.<tr><tdstyle="text-align:left">UpdateSpace<tdstyle="text-align:left">Update all current active log messages' spacing.</table><h2id="support-encodings">Support Encodings</h2><p>If you try to display a message but it displays <code>?</code> question mark instead.<preclass="cs language-cs"><codeclass="hljs cs language-cs"><spanclass="hljs-keyword">var</span> igl = JCS_UtilitiesManager.instance.GetIGLogSystem();
2
2
igl.SendLogMessage(<spanclass="hljs-string">"Unicode text here!"</span>);</code></pre><p>Make sure you have save your C# script in the correct file encoding.
0 commit comments