Craig Martin

(Official) LUA Scripting Documentation

get_clan_history

Get a value from the context player’s clan history.


Spec:

get_clan_history(
	string key)

Parameters

Returns


Example

local member_count = get_clan_history("member count")

This example gets the value of the clan history record with the key “member count”


Incomplete

This documentation is incomplete


back