Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dependency Interface Reference

Public Member Functions

void ~Dependency ()
 
proto native string GetID ()
 
proto native bool IsOffline ()
 
proto native string GetVersion ()
 
proto native string GetName ()
 
proto native void LoadItem (BackendCallback callback)
 Loads WorkshopItem from backend into cache.
 
proto native WorkshopItem GetCachedItem ()
 Returns WorkshopItem if it is cashed somewhere in the workshop, if not the function returns null.
 
proto native float TotalFileSize ()
 
proto native Revision GetRevision ()
 
proto native void Download (BackendCallback callback)
 

Constructor & Destructor Documentation

◆ ~Dependency()

void Dependency.~Dependency ( )

Member Function Documentation

◆ Download()

proto native void Dependency.Download ( BackendCallback  callback)

◆ GetCachedItem()

proto native WorkshopItem Dependency.GetCachedItem ( )

Returns WorkshopItem if it is cashed somewhere in the workshop, if not the function returns null.

◆ GetID()

proto native string Dependency.GetID ( )

◆ GetName()

proto native string Dependency.GetName ( )

◆ GetRevision()

proto native Revision Dependency.GetRevision ( )

◆ GetVersion()

proto native string Dependency.GetVersion ( )

◆ IsOffline()

proto native bool Dependency.IsOffline ( )

◆ LoadItem()

proto native void Dependency.LoadItem ( BackendCallback  callback)

Loads WorkshopItem from backend into cache.

◆ TotalFileSize()

proto native float Dependency.TotalFileSize ( )

The documentation for this interface was generated from the following file: