Make it a frame lol

This commit is contained in:
relt-1
2023-09-26 21:38:41 +02:00
parent f56ca60ddd
commit c40ef2a00b
6 changed files with 19 additions and 5 deletions

View File

@@ -435,6 +435,8 @@ th, td
<p>Interfaces actually talk with the scripting languages themselves. But to QScript, each one behaves the same way. There <strong>cannot</strong> be any language specific functionalities that are related to QScript and not the lanugage itself.</p>
<p><a href="/wiki/QScript/Contributing/Rundown/QScriptRundown2.html">Next -></a></p>
<hr />
<div class="framed"><div class="framed"><a href="/wiki/QScript/Contributing/Rundown/QScriptRundown2.html">Next -></a></div></div>
</div>

View File

@@ -429,6 +429,8 @@ Same thing with changing the class after it has been created. I have added a _fi
<p>The fact that you can inherit from a userdata, and then get another userdata instance should not be possible in regular Squirrel. This is an example of modifying the scripting language to fit our needs.</p>
<p><a href="/wiki/QScript/Contributing/Rundown/QScriptRundown1.html">&lt;- Prev</a> | <a href="/wiki/QScript/Contributing/Rundown/QScriptRundown3.html">Next -></a></p>
<hr />
<div class="framed"><div class="framed"><a href="/wiki/QScript/Contributing/Rundown/QScriptRundown1.html"><- Prev</a> | <a href="/wiki/QScript/Contributing/Rundown/QScriptRundown3.html">Next -></a></div></div>
</div>

View File

@@ -536,6 +536,6 @@ We can take advantage of that by first checking if the <code>QFunction</code> <c
<hr />
<p><a href="/wiki/QScript/Contributing/Rundown/QScriptRundown2.html">&lt;- Prev</a> | <a href="/wiki/QScript/Contributing/Rundown/QScriptRundown4.html">Next -></a></p>
<div class="framed"><div class="framed"><a href="/wiki/QScript/Contributing/Rundown/QScriptRundown2.html"><- Prev</a> | <a href="/wiki/QScript/Contributing/Rundown/QScriptRundown4.html">Next -></a></div></div>
</div>