-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1464c1
commit bc6ba97
Showing
119 changed files
with
1,883 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
= Component Module | ||
:table-caption!: | ||
|
||
Description | ||
The Component Module contains the component Library. | ||
|
||
== Globals | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
= Debug Module | ||
:table-caption!: | ||
|
||
Description | ||
|
||
|
||
== Globals | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
= Event Module | ||
:table-caption!: | ||
|
||
Description | ||
|
||
|
||
== Globals | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
= Module-System Module | ||
:table-caption!: | ||
|
||
Description | ||
|
||
|
||
== Types | ||
|
||
=== **ModuleTableFunction** | ||
|
||
|
||
=== __ModuleTableFunction.__**description** : string | ||
Description | ||
|
||
|
||
=== __ModuleTableFunction.__**displayName** : string | ||
Description | ||
|
||
|
||
=== __ModuleTableFunction.__**name** : string | ||
Description | ||
|
||
|
||
=== __ModuleTableFunction.__**quickRef** : string | ||
Description | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/modules/ROOT/pages/lua/api/ReflectionSystemClassModule.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/modules/ROOT/pages/lua/api/ReflectionSystemObjectModule.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/modules/ROOT/pages/lua/api/ReflectionSystemStructModule.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
docs/modules/ROOT/pages/reflection/classes/ActorComponent.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
docs/modules/ROOT/pages/reflection/classes/ArrayProperty.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 122 additions & 0 deletions
122
docs/modules/ROOT/pages/reflection/classes/BasicSubplate_2x2.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
= Basic Subplate 2x2 | ||
:table-caption!: | ||
|
||
[cols="1,5a",separator="!"] | ||
!=== | ||
! Parent | ||
! xref:/reflection/classes/Buildable.adoc[FINModuleBase] | ||
!=== | ||
|
||
This subplate allows one to place a single module in the center of a 2x2 module grid. | ||
|
||
|
||
|
||
// tag::interface[] | ||
|
||
== Functions | ||
|
||
// tag::func-getModules-title[] | ||
=== `getModules` () -> `modules` : Array<Object<xref:/reflection/classes/Object.adoc[Object]>> | ||
// tag::func-getModules[] | ||
|
||
Returns all the modules on this subplate | ||
|
||
[%collapsible] | ||
==== | ||
[cols="1,5a",separator="!"] | ||
!=== | ||
! Flags | ||
! +++<span style='color:#bb2828'><i>RuntimeSync</i></span> <span style='color:#bb2828'><i>RuntimeParallel</i></span> <span style='color:#5dafc5'><i>MemberFunc</i></span>+++ | ||
! Display Name ! Get Modules | ||
!=== | ||
.Return Values | ||
[%header,cols="1,1,4a",separator="!"] | ||
!=== | ||
!Name !Type !Description | ||
! *modules* `modules` | ||
! Array<Object<xref:/reflection/classes/Object.adoc[Object]>> | ||
! | ||
!=== | ||
==== | ||
// end::func-getModules[] | ||
// end::func-getModules-title[] | ||
// tag::func-getSubModule-title[] | ||
=== `getSubModule` () -> `Module` : Object<xref:/reflection/classes/Actor.adoc[Actor]> | ||
// tag::func-getSubModule[] | ||
|
||
Returns the module associated with this subplate. | ||
This is effectively the same as calling getModule(0,0) | ||
|
||
[%collapsible] | ||
==== | ||
[cols="1,5a",separator="!"] | ||
!=== | ||
! Flags | ||
! +++<span style='color:#bb2828'><i>RuntimeSync</i></span> <span style='color:#bb2828'><i>RuntimeParallel</i></span> <span style='color:#5dafc5'><i>MemberFunc</i></span>+++ | ||
! Display Name ! Get Sub Module | ||
!=== | ||
.Return Values | ||
[%header,cols="1,1,4a",separator="!"] | ||
!=== | ||
!Name !Type !Description | ||
! *Module* `Module` | ||
! Object<xref:/reflection/classes/Actor.adoc[Actor]> | ||
! | ||
!=== | ||
==== | ||
// end::func-getSubModule[] | ||
// end::func-getSubModule-title[] | ||
// tag::func-getModule-title[] | ||
=== `getModule` (`X` : Int, `Y` : Int) -> `Module` : Object<xref:/reflection/classes/Actor.adoc[Actor]> | ||
// tag::func-getModule[] | ||
|
||
|
||
|
||
[%collapsible] | ||
==== | ||
[cols="1,5a",separator="!"] | ||
!=== | ||
! Flags | ||
! +++<span style='color:#bb2828'><i>RuntimeSync</i></span> <span style='color:#bb2828'><i>RuntimeParallel</i></span> <span style='color:#5dafc5'><i>MemberFunc</i></span>+++ | ||
! Display Name ! getModule | ||
!=== | ||
.Parameters | ||
[%header,cols="1,1,4a",separator="!"] | ||
!=== | ||
!Name !Type !Description | ||
! *X* `X` | ||
! Int | ||
! | ||
! *Y* `Y` | ||
! Int | ||
! | ||
!=== | ||
.Return Values | ||
[%header,cols="1,1,4a",separator="!"] | ||
!=== | ||
!Name !Type !Description | ||
! *Module* `Module` | ||
! Object<xref:/reflection/classes/Actor.adoc[Actor]> | ||
! | ||
!=== | ||
==== | ||
// end::func-getModule[] | ||
// end::func-getModule-title[] | ||
|
||
// end::interface[] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
.../pages/reflection/classes/Speakers_C.adoc → .../reflection/classes/Build_Speakers_C.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.