Class EOS_Platform_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_Platform_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_Platform_Interface extends com.sun.jna.PointerType
The Platform Instance is used to gain access to all other Epic Online Service interfaces and to drive internal operations through the Tick. All Platform Instance calls take a handle of type EOS_HPlatform as the first parameter. EOS_HPlatform handles are created by calling EOS_Platform_Create and subsequently released by calling EOS_Platform_Release.
Since:
8/6/2023
See Also: