Skip to content

Commit

Permalink
Merge pull request #23 from TarCV/add-memset
Browse files Browse the repository at this point in the history
Add ArraySet to the definitions
  • Loading branch information
TarCV authored May 3, 2020
2 parents cae3d60 + 594a202 commit 96dab0a
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 96dab0a

Please sign in to comment.