Skip to content

Releases: HungryMuttis/CWAPI

1.1.0

Choose a tag to compare

@HungryMuttis HungryMuttis released this 01 Aug 17:53

Features:

  • FeatureManager can now handle exceptions if any occur in the initialization process
  • You can get the CSteamID from a player by using Player.TryGetSteamID(out CSteamID steamId)
  • Added the ability to send targeted RPCs in both network handlers

Bugfixes:

  • Older version of NetworkComponent<THandler, TParent> was only accepting Player objects for masks
  • Older version of SingletonNetworkComponent<THandler> was accepting any type inheriting MonoBehaviuor for THandler

1.0.1

Choose a tag to compare

@HungryMuttis HungryMuttis released this 30 Jul 20:06

no actual code updates, just an important change in README.md

1.0.0

Choose a tag to compare

@HungryMuttis HungryMuttis released this 28 Jul 19:24

Moved the code from Tweaks to here