From c40ef2a00bb38e3ada48b6c46d14ac0ec451c97a Mon Sep 17 00:00:00 2001 From: relt-1 <60782515+relt-1@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:38:41 +0200 Subject: [PATCH] Make it a frame lol --- dst/QScript/Contributing/Rundown/QScriptRundown1.html | 4 +++- dst/QScript/Contributing/Rundown/QScriptRundown2.html | 4 +++- dst/QScript/Contributing/Rundown/QScriptRundown3.html | 2 +- src/QScript/Contributing/Rundown/QScriptRundown1.md | 6 +++++- src/QScript/Contributing/Rundown/QScriptRundown2.md | 6 +++++- src/QScript/Contributing/Rundown/QScriptRundown3.md | 2 ++ 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/dst/QScript/Contributing/Rundown/QScriptRundown1.html b/dst/QScript/Contributing/Rundown/QScriptRundown1.html index 4661e41..927c4cb 100644 --- a/dst/QScript/Contributing/Rundown/QScriptRundown1.html +++ b/dst/QScript/Contributing/Rundown/QScriptRundown1.html @@ -435,6 +435,8 @@ th, td

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 ->

+
+ +
Next ->
\ No newline at end of file diff --git a/dst/QScript/Contributing/Rundown/QScriptRundown2.html b/dst/QScript/Contributing/Rundown/QScriptRundown2.html index a94eef5..0a56d76 100644 --- a/dst/QScript/Contributing/Rundown/QScriptRundown2.html +++ b/dst/QScript/Contributing/Rundown/QScriptRundown2.html @@ -429,6 +429,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 | Next ->

+
+ +
<- Prev | Next ->
\ No newline at end of file diff --git a/dst/QScript/Contributing/Rundown/QScriptRundown3.html b/dst/QScript/Contributing/Rundown/QScriptRundown3.html index 547a658..fc82271 100644 --- a/dst/QScript/Contributing/Rundown/QScriptRundown3.html +++ b/dst/QScript/Contributing/Rundown/QScriptRundown3.html @@ -536,6 +536,6 @@ We can take advantage of that by first checking if the QFunction -

<- Prev | Next ->

+
\ No newline at end of file diff --git a/src/QScript/Contributing/Rundown/QScriptRundown1.md b/src/QScript/Contributing/Rundown/QScriptRundown1.md index 9210daa..dde4df8 100644 --- a/src/QScript/Contributing/Rundown/QScriptRundown1.md +++ b/src/QScript/Contributing/Rundown/QScriptRundown1.md @@ -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] \ No newline at end of file +--- + +$_FRAME +[Next ->][QScriptRundown2] +_$ \ No newline at end of file diff --git a/src/QScript/Contributing/Rundown/QScriptRundown2.md b/src/QScript/Contributing/Rundown/QScriptRundown2.md index 0b993d2..55f649f 100644 --- a/src/QScript/Contributing/Rundown/QScriptRundown2.md +++ b/src/QScript/Contributing/Rundown/QScriptRundown2.md @@ -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] \ No newline at end of file +--- + +$_FRAME +[<- Prev][QScriptRundown1] | [Next ->][QScriptRundown3] +_$ \ No newline at end of file diff --git a/src/QScript/Contributing/Rundown/QScriptRundown3.md b/src/QScript/Contributing/Rundown/QScriptRundown3.md index 9ebad7f..56b06af 100644 --- a/src/QScript/Contributing/Rundown/QScriptRundown3.md +++ b/src/QScript/Contributing/Rundown/QScriptRundown3.md @@ -111,4 +111,6 @@ We plan on adding actual interface functionality to the scripting languages, sho --- +$_FRAME [<- Prev][QScriptRundown2] | [Next ->][QScriptRundown4] +_$ \ No newline at end of file