18 lines
284 B
Markdown
18 lines
284 B
Markdown
### Function: HasCompletedQuest(param1, param2)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: Spawn - The spawn or entity involved.
|
|
- `param2`: int32 - Integer value.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
HasCompletedQuest(..., ...)
|
|
```
|