Open KygekDev opened 2 years ago
Methods such as Form->sendToPlayer() and FormsUI->createSimpleForm() has been deprecated for a while in favor of Player->sendForm() and new SimpleForm() respectively. They ideally should be removed in a major version update.
Form->sendToPlayer()
FormsUI->createSimpleForm()
Player->sendForm()
new SimpleForm()
*Sorry for bad grammar!
does public function new SimpleForm() work for me?
public function new SimpleForm()
Methods such as
Form->sendToPlayer()
andFormsUI->createSimpleForm()
has been deprecated for a while in favor ofPlayer->sendForm()
andnew SimpleForm()
respectively. They ideally should be removed in a major version update.*Sorry for bad grammar!