Function sciter::api_version[][src]

pub fn api_version() -> u32
Expand description

Sciter API version.

Returns:

  • 0x0000_0001 for regular builds, 0x0001_0001 for windowless builds.
  • 0x0000_0002 since 4.4.2.14 (a breaking change in assets with SOM builds)
  • 0x0000_0003 since 4.4.2.16
  • 0x0000_0004 since 4.4.2.17 (a breaking change in SOM passport)
  • 0x0000_0005 since 4.4.3.20 (a breaking change in INITIALIZATION_PARAMS, SOM in event handlers fix)
  • 0x0000_0006 since 4.4.3.24 (TIScript native API is gone, use SOM instead)
  • 0x0000_0007 since 4.4.5.4 (DOM-Value conversion functions were added, no breaking change)
  • 0x0000_0008 since 4.4.6.7 (Sciter and Sciter.Lite are unified in ISciterAPI)
  • 0x0000_0009 since 4.4.7.0 (ISciterAPI unification between all platforms)

Since 4.4.0.3.