mirror of
https://github.com/Rucknium/TownforgeR.git
synced 2024-12-21 22:53:32 +01:00
23 lines
518 B
R
23 lines
518 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/extract-game-mechanics.R
|
|
\name{tf_get_influence_effects}
|
|
\alias{tf_get_influence_effects}
|
|
\title{Construct influence effects matrix data from Townforge C++ file}
|
|
\usage{
|
|
tf_get_influence_effects(
|
|
source.dir = "https://git.townforge.net/townforge/townforge/raw/branch/cc",
|
|
...
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{source.dir}{directory of Townforge source}
|
|
|
|
\item{...}{TODO}
|
|
}
|
|
\description{
|
|
Description
|
|
}
|
|
\details{
|
|
Construct influence effects matrix
|
|
}
|