瀏覽代碼

Added new built in keyword.

Brucey 5 年之前
父節點
當前提交
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