Skip to content

Releases: HungryMuttis/CWAPI

1.1.0

01 Aug 17:53

Choose a tag to compare

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

30 Jul 20:06

Choose a tag to compare

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

1.0.0

28 Jul 19:24

Choose a tag to compare

Moved the code from Tweaks to here