setSource
The setSource
method sets the source of the information for this fact.
Syntax
setSource(source)
Arguments
Argument | Description |
---|---|
source
|
(string) The source information for the fact. |
Example
local fact = incomplete:initToCodifiedFact() fact:setSource("Externally held data") ...