Skip to content

Commit

Permalink
new vers
Browse files Browse the repository at this point in the history
  • Loading branch information
DEntisT committed Jan 10, 2024
1 parent 9cd8571 commit 6a70998
Show file tree
Hide file tree
Showing 15 changed files with 1,515 additions and 578 deletions.
10 changes: 6 additions & 4 deletions doc/struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
Example:

```cpp
void Announce() public;
void Announce() public
{
console.println("Script is loading");
console.println("Script is loading")
}
```

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

```cpp
extern&struct*public.main;
@extern
this->struct=default
void main() public
{
console.println.log("Program begins here!");
console.println.log("Program begins here!")
}
```

Expand Down
3 changes: 2 additions & 1 deletion scriptfiles/config.psproj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
project_name=My PawnScript Project
stack_output=true
proj_vers=1.0
proj_vers=1.0
module_dir=modules/
Binary file modified scriptfiles/index.ps
Binary file not shown.
Binary file modified scriptfiles/modules/discord.ps
Binary file not shown.
Binary file modified scriptfiles/modules/struct.ps
Binary file not shown.
Binary file modified scriptfiles/modules/tasks.ps
Binary file not shown.
841 changes: 841 additions & 0 deletions scriptfiles/pawnscript.pslog

Large diffs are not rendered by default.

Loading

0 comments on commit 6a70998

Please sign in to comment.