Skip to content

Commit 8037699

Browse files
author
github-actions
committed
Update pages
1 parent 01cffba commit 8037699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<h1 id="jcs_iglogsystem">JCS_IGLogSystem</h1><p>In game log system.<h2 id="variables">Variables</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">mLogSpacing<td style="text-align:left">Space between each log message.</table><h2 id="functions">Functions</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">SendLogMessage<td style="text-align:left">Make single log message on the screen.<tr><td style="text-align:left">SendLogMessages<td style="text-align:left">Make multiple log messages on the screen.<tr><td style="text-align:left">RemoveFromRenderVec<td style="text-align:left">Remove the log message that are outdated.<tr><td style="text-align:left">UpdateSpace<td style="text-align:left">Update all current active log messages' spacing.</table><h2 id="support-encodings">Support Encodings</h2><p>If you try to display a message but it displays <code>?</code> question mark instead.<pre class="cs language-cs"><code class="hljs cs language-cs"><span class="hljs-keyword">var</span> igl = JCS_UtilitiesManager.instance.GetIGLogSystem();
1+
<h1 id="jcs_iglogsystem">JCS_IGLogSystem</h1><p>In game log system.<h2 id="variables">Variables</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">mLogSpacing<td style="text-align:left">Space between each log message.</table><h2 id="functions">Functions</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">Send<td style="text-align:left">Make log message(s) on the screen.<tr><td style="text-align:left">RemoveFromRenderVec<td style="text-align:left">Remove the log message that are outdated.<tr><td style="text-align:left">UpdateSpace<td style="text-align:left">Update all current active log messages' spacing.</table><h2 id="support-encodings">Support Encodings</h2><p>If you try to display a message but it displays <code>?</code> question mark instead.<pre class="cs language-cs"><code class="hljs cs language-cs"><span class="hljs-keyword">var</span> igl = JCS_UtilitiesManager.instance.GetIGLogSystem();
22
igl.SendLogMessage(<span class="hljs-string">&quot;Unicode text here!&quot;</span>);</code></pre><p>Make sure you have save your C# script in the correct file encoding.

0 commit comments

Comments
 (0)