Page 1 of 1

[List] Classes with methods and properties

Posted: Fri May 15, 2015 3:58 pm
by alois
Using the script created by John Wordsworth here, I've managed to collect all the classes, with all the methods and properties used in the assets of LoG2. The list is organized as follows:

Code: Select all

AmmoItem
	ammoType, used in 6 assets
		ex: arrow, used by arrow
		ex: cannon_ball, used by cannon_ball
		ex: dart, used by dart
		ex: pellet, used by pellet_box
		ex: quarrel, used by quarrel
		ex: rock, used by rock
	attackPower, used in 1 asset
		ex: 1, used by cold_arrow
	name, used in 1 asset
		ex: ammoitem, used by rock
The full list can be downloaded from here; if the value of a property is a number, or a vector, or a file, I've only left one instance of its use in the assets; for other properties, the full list is available.

Hope it helps to "find" new ways to use both properties and methods of a class (be careful: if a property/method is not there, it does not mean that the class does not have it: it only means that it is not used in any of the "standard" assets).

Alois :)

PS: The full file, with all the possible values of the properties, is here.