pub const VERSION_2: u32 = 2;
Expand description

Version 2: changes compared with version 1

  • function visibility stored in separate byte before the flags byte
  • the flags byte now contains only the is_native information (at bit 0x2)
  • new visibility modifiers for “friend” and “script” functions
  • friend list for modules