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>

View File

@@ -13,4 +13,8 @@ QScript is the second layer, it talks with the language interfaces about what fi
Interfaces actually talk with the scripting languages themselves. But to QScript, each one behaves the same way. There **cannot** be any language specific functionalities that are related to QScript and not the lanugage itself.
[Next ->][QScriptRundown2]
---
$_FRAME
[Next ->][QScriptRundown2]
_$

View File

@@ -9,4 +9,8 @@ Same thing with changing the class after it has been created. I have added a _fi
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.
[<- Prev][QScriptRundown1] | [Next ->][QScriptRundown3]
---
$_FRAME
[<- Prev][QScriptRundown1] | [Next ->][QScriptRundown3]
_$

View File

@@ -111,4 +111,6 @@ We plan on adding actual interface functionality to the scripting languages, sho
---
$_FRAME
[<- Prev][QScriptRundown2] | [Next ->][QScriptRundown4]
_$