2
0
Эх сурвалжийг харах

Added new built in keyword.

Brucey 5 жил өмнө
parent
commit
f1a47b7a6e
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 4 1
      blitz.mod/blitz.bmx

+ 4 - 1
blitz.mod/blitz.bmx

@@ -1181,5 +1181,8 @@ about: This memory is automatically freed on leaving the function where it was c
 It should not be freed, or returned from the function.
 End Rem
 
-
+Rem
+bbdoc: Returns the offset in bytes for a field of the specified #Type or #Struct.
+keyword: "FieldOffset"
+End Rem