DDNet - v0.8.1
    Preparing search index...

    Class TeeSkin7

    Class used to render TW 0.7 skins (teeworlds).

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Options for this instance.

    clearCache: () => Promise<void> = ...

    Clears the TeeSkin7.cache.

    Type declaration

      • (): Promise<void>
      • Clears the CacheManager.store.

        Returns Promise<void>

    setTTL: (ttlMS?: number) => void = ...

    Sets the TTL (Time-To-Live) for objects in cache.

    Type declaration

      • (ttlMS?: number): void
      • Sets the CacheManager.ttl.

        Parameters

        • OptionalttlMS: number

          If provided, sets the CacheManager.ttl to this value, otherwise uses the default value.

        Returns void

    Methods