Skip to content

Commit

Permalink
Add ArraySet to the definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
TarCV authored May 3, 2020
1 parent cae3d60 commit 594a202
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions botc_defs.bts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ funcdef void 90:SayFromChatLump (str section);
funcdef bool 91:ChatSectionExistsInLump (str lump, str section);
funcdef bool 92:ChatSectionExistsInChatLump (str section);

// =============================================================================
//
// Builtin function definitions
// Syntax: funcdef <return> <num>:<name> (<args>)
//
builtindef void 70:ArraySet (int array, int value, int numBytes);

// =============================================================================
//
// Events:
Expand Down

0 comments on commit 594a202

Please sign in to comment.