mirror of
https://github.com/celisej567/wiki.git
synced 2026-09-04 15:34:07 +03:00
Make it a frame lol
This commit is contained in:
@@ -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>
|
||||
@@ -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"><- 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>
|
||||
@@ -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"><- 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>
|
||||
@@ -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]
|
||||
_$
|
||||
@@ -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]
|
||||
_$
|
||||
@@ -111,4 +111,6 @@ We plan on adding actual interface functionality to the scripting languages, sho
|
||||
|
||||
---
|
||||
|
||||
$_FRAME
|
||||
[<- Prev][QScriptRundown2] | [Next ->][QScriptRundown4]
|
||||
_$
|
||||
Reference in New Issue
Block a user