1
0
EQ2Emu/docs/lua_functions/SetCharSheetChanged.md
2025-05-04 14:34:15 -04:00

19 lines
349 B
Markdown

### Function: SetCharSheetChanged(param1, param2, param3)
**Description:**
Placeholder description.
**Parameters:**
- `param1`: Spawn - The spawn or entity involved.
- `param2`: unknown - Unknown type.
- `param3`: bool - Boolean value (true/false).
**Returns:** None.
**Example:**
```lua
-- Example usage
SetCharSheetChanged(..., ..., ...)
```