Skip to content
Snippets Groups Projects
Commit 315fccdf authored by brickode's avatar brickode
Browse files

Spelling fix

parent 9c17c269
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ globalThis.isItemAccessible = (function() {
/**
* Returns array of wearable clothing in format [name, value], basically player facing / game data.
* @param {Map} map Map to look in (such as App.Data.clothes)
* @param {string} [filter] for example, if we want to filer clothing data by the "harsh" property, pass harsh as the parameter here.
* @param {string} [filter] for example, if we want to filter clothing data by the "harsh" property, pass harsh as the parameter here.
* @param {any} [filterValue] remove any clothing where the .filter property does not match this value. Function will evaluate undefined as false.
* @returns {Array}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment