Skip to content

Commit 6a70998

Browse files
author
DEntisT
committed
new vers
1 parent 9cd8571 commit 6a70998

File tree

15 files changed

+1515
-578
lines changed

15 files changed

+1515
-578
lines changed

doc/struct.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
Example:
1010

1111
```cpp
12-
void Announce() public;
12+
void Announce() public
1313
{
14-
console.println("Script is loading");
14+
console.println("Script is loading")
1515
}
1616
```
1717

@@ -26,9 +26,11 @@ void Announce() public;
2626
#### External struct name: `public`
2727

2828
```cpp
29-
extern&struct*public.main;
29+
@extern
30+
this->struct=default
31+
void main() public
3032
{
31-
console.println.log("Program begins here!");
33+
console.println.log("Program begins here!")
3234
}
3335
```
3436

scriptfiles/config.psproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
project_name=My PawnScript Project
22
stack_output=true
3-
proj_vers=1.0
3+
proj_vers=1.0
4+
module_dir=modules/

scriptfiles/index.ps

64 Bytes
Binary file not shown.

scriptfiles/modules/discord.ps

-1 Bytes
Binary file not shown.

scriptfiles/modules/struct.ps

-7 Bytes
Binary file not shown.

scriptfiles/modules/tasks.ps

-3 Bytes
Binary file not shown.

scriptfiles/pawnscript.pslog

Lines changed: 841 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)