core: clarify usage of classmethods in World class (#1449)

This commit is contained in:
el-u
2023-02-16 00:28:02 +01:00
committed by GitHub
parent b20be3ccec
commit ad4846cedd
13 changed files with 28 additions and 20 deletions

View File

@@ -433,7 +433,7 @@ In addition, the following methods can be implemented and attributes can be set
* `required_client_version: Tuple(int, int, int)`
Client version as tuple of 3 ints to make sure the client is compatible to
this world (e.g. implements all required features) when connecting.
* `assert_generate(cls, world)` is a class method called at the start of
* `stage_assert_generate(cls, multiworld)` is a class method called at the start of
generation to check the existence of prerequisite files, usually a ROM for
games which require one.