bool SetVector3(string name, vector3 data)/ETHEntity

Sets a custom vector3 data to the entity. This method will overwrite both type and value if another data with the same name exists.

Sample:

battleShip.SetVector3("shootingTargetPos", vector3(200,20,100));
ShootToDestination(battleShip.GetVector3("shootingTargetPos"));