Contains() Methods
v4.0
Example code here is from GameStatList.cs
, though similar methods are on other list classes as well.
Methods for specific list types are below.
The common methods can be found in GameModuleListExtensions.cs
Contains()
Contains()
You can also get a bool
if a list contains a specific object, or object by gameId, or even if the list contains an objectType
.
Remember, the objectType
of a Game Module object is the name of the folder the Scriptable Object is in.
Last updated