SteamMethodExtensions extension
Extensions on SteamMethod to generate ffi code
- on
Properties
- friendlyName → String
-
Available on SteamMethod, provided by the SteamMethodExtensions extension
darty name of a steam method nameno setter
Methods
-
generate(
{required IOSink fileSink, required String owner, bool isStatic = false}) → void -
Available on SteamMethod, provided by the SteamMethodExtensions extension
Generates necessary code for calling lookup functions for SteamMethod -
generateImport(
{required IOSink fileSink, Set< String> enumSet = const {}, Set<String> structSet = const {}, Set<String> callbackStructSet = const {}, Set<String> interfaceSet = const {}}) → void -
Available on SteamMethod, provided by the SteamMethodExtensions extension
Generates necessary import for a SteamMethod -
generateLookup(
{required IOSink fileSink, required String owner, bool isStatic = false}) → void -
Available on SteamMethod, provided by the SteamMethodExtensions extension
Generates necessary code for lookup functions for SteamMethod